summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-02-13 14:10:44 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-02-13 14:10:44 (GMT)
commit4b92cc3f7924e455b7e41cf1a66034a44ede0cc0 (patch)
tree46a2c5992e840899d901932bb2559086d500fcc3 /Misc/NEWS
parent32b6371460e9b3b2708be2e732599f3c9a1fe336 (diff)
downloadcpython-4b92cc3f7924e455b7e41cf1a66034a44ede0cc0.zip
cpython-4b92cc3f7924e455b7e41cf1a66034a44ede0cc0.tar.gz
cpython-4b92cc3f7924e455b7e41cf1a66034a44ede0cc0.tar.bz2
#13960: HTMLParser is now able to handle broken comments.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3318913..55b19b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,8 @@ Core and Builtins
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.