File tree Expand file tree <
8000
button data-component="IconButton" type="button" data-testid="collapse-file-tree-button" aria-expanded="true" aria-controls="diff_file_tree" class="prc-Button-ButtonBase-c50BI d-none d-md-flex position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rsatdab:-loading-announcement" aria-labelledby=":R4atdab:">
Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
----------
3
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
+
4
19
1.0b2
5
20
~~~~~
6
21
You can’t perform that action at this time.
0 commit comments