We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808f78d commit e4d12b9Copy full SHA for e4d12b9
CHANGES.rst
@@ -1,6 +1,21 @@
1
Change Log
2
----------
3
4
+1.0b3
5
+~~~~~
6
+
7
+Released on July 24, 2013
8
9
+* Removed ``RecursiveTreeWalker`` from ``treewalkers._base``. Any
10
+ implementation using it should be moved to
11
+ ``NonRecursiveTreeWalker``, as everything bundled with html5lib has
12
+ for years.
13
14
+* Fix #67 so that ``BufferedStream`` to correctly returns a bytes
15
+ object, thereby fixing any case where html5lib is passed a
16
+ non-seekable RawIOBase-like object.
17
18
19
1.0b2
20
~~~~~
21
0 commit comments