summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-02-15 11:19:10 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-02-15 11:19:10 (GMT)
commit65d36dab4d915eb9fada52b867301b546e840fae (patch)
tree62d6c6eaf8063e7c1bb263f7e2947c7cdfcbe3b4 /Misc
parentd2307cb48ab09baa846947c5c2c4001dce9b6e52 (diff)
downloadcpython-65d36dab4d915eb9fada52b867301b546e840fae.zip
cpython-65d36dab4d915eb9fada52b867301b546e840fae.tar.gz
cpython-65d36dab4d915eb9fada52b867301b546e840fae.tar.bz2
#13987: HTMLParser is now able to handle malformed start tags.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8257521..7fc224a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,7 +94,7 @@ Library
-------
- Issue #13987: HTMLParser is now able to handle EOFs in the middle of a
- construct.
+ construct and malformed start tags.
- Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
Patch by Suman Saha.