diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-25 06:34:26 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-25 06:34:26 -0400 |
commit | 569c50e1744543323e31d3e24aa1c43f0555dc43 (patch) | |
tree | 52f226b9925970fc254e20a9a9414fc85004a636 /NEWS.txt | |
parent | 6c03df57433b5dc1faa3f31f35f5f3fcd68c68c1 (diff) | |
parent | 0c721728089eae05a0cab8ca04307dc859587470 (diff) |
Merge in HEAD.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -40,6 +40,13 @@ displayed correctly even if the filename or URL is a Unicode string. [bug=1268888] +* If the initial <html> tag contains a CDATA list attribute such as + 'class', the html5lib tree builder will now turn its value into a + list, as it would with any other tag. [bug=1296481] + +* Fixed an import error in Python 3.5 caused by the removal of the + HTMLParseError class. [bug=1420063] + * Improved docstring for encode_contents() and decode_contents(). [bug=1441543] |