summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-02-15 10:44:23 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-02-15 10:44:23 (GMT)
commitd2307cb48ab09baa846947c5c2c4001dce9b6e52 (patch)
tree5667706edf910500c90d351f4114e2b97d1c76df /Misc
parentfd7e4964bbe8dcd750c46aa2a96aeaec97e7ef25 (diff)
downloadcpython-d2307cb48ab09baa846947c5c2c4001dce9b6e52.zip
cpython-d2307cb48ab09baa846947c5c2c4001dce9b6e52.tar.gz
cpython-d2307cb48ab09baa846947c5c2c4001dce9b6e52.tar.bz2
#13987: HTMLParser is now able to handle EOFs in the middle of a construct.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba09480..8257521 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,9 @@ Core and Builtins
Library
-------
+- Issue #13987: HTMLParser is now able to handle EOFs in the middle of a
+ construct.
+
- Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
Patch by Suman Saha.