diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-13 14:28:54 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-13 14:28:54 (GMT) |
commit | f117443cb8afa3b2d91b4fef861db17866d6b6df (patch) | |
tree | 4355ba11b5406084325b960dbd4dc464ad8fa202 /Misc | |
parent | 4b92cc3f7924e455b7e41cf1a66034a44ede0cc0 (diff) | |
download | cpython-f117443cb8afa3b2d91b4fef861db17866d6b6df.zip cpython-f117443cb8afa3b2d91b4fef861db17866d6b6df.tar.gz cpython-f117443cb8afa3b2d91b4fef861db17866d6b6df.tar.bz2 |
#13993: HTMLParser is now able to handle broken end tags.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ Core and Builtins Library ------- +- Issue #13993: HTMLParser is now able to handle broken end tags. + - Issue #13960: HTMLParser is now able to handle broken comments. - Issue #9750: Fix sqlite3.Connection.iterdump on tables and fields |