diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-10-18 13:03:06 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-10-18 13:03:06 -0400 |
commit | 991921744807a02f36feaeb9ece9dd519915a886 (patch) | |
tree | b4ace80a186e011267e3a2f9e4c98dc181b5a7ca /NEWS.txt | |
parent | 81b1a39ab4a233c4fb5fe8aa77e81cd67c44dc78 (diff) |
Fixed yet another problem that caused the html5lib tree builder to
create a disconnected parse tree. [bug=1237763]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ = 4.3.3 (Unreleased) = +* Fixed yet another problem that caused the html5lib tree builder to + create a disconnected parse tree. [bug=1237763] + * Restored the helpful syntax error that happens when you try to import the Python 2 edition of Beautiful Soup under Python 3. [bug=1213387] |