commit | 4b92cc3f7924e455b7e41cf1a66034a44ede0cc0 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Feb 13 16:10:44 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Feb 13 16:10:44 2012 +0200 |
tree | 46a2c5992e840899d901932bb2559086d500fcc3 | |
parent | 32b6371460e9b3b2708be2e732599f3c9a1fe336 [diff] [blame] |
#13960: HTMLParser is now able to handle broken comments.
diff --git a/Misc/NEWS b/Misc/NEWS index 3318913..55b19b1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,8 @@ Library ------- +- Issue #13960: HTMLParser is now able to handle broken comments. + - Issue #9750: Fix sqlite3.Connection.iterdump on tables and fields with a name that is a keyword or contains quotes. Patch by Marko Kohtala.