diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-24 17:22:13 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-24 17:22:13 -0400 |
commit | 0c721728089eae05a0cab8ca04307dc859587470 (patch) | |
tree | 28f3852c08889ba50b32f4c6adaec8ff201f8b01 /NEWS.txt | |
parent | 9b6056fc9a7b723e198c8db8bc6ce498a91aff97 (diff) |
Fixed an import error in Python 3.5 caused by the removal of the
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ '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] |