commit | f117443cb8afa3b2d91b4fef861db17866d6b6df | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Feb 13 16:28:54 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Feb 13 16:28:54 2012 +0200 |
tree | 4355ba11b5406084325b960dbd4dc464ad8fa202 | |
parent | 4b92cc3f7924e455b7e41cf1a66034a44ede0cc0 [diff] [blame] |
#13993: HTMLParser is now able to handle broken end tags.
diff --git a/Misc/NEWS b/Misc/NEWS index 55b19b1..ce39863 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,8 @@ 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