diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-15 11:19:10 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-15 11:19:10 (GMT) |
commit | 65d36dab4d915eb9fada52b867301b546e840fae (patch) | |
tree | 62d6c6eaf8063e7c1bb263f7e2947c7cdfcbe3b4 /Misc | |
parent | d2307cb48ab09baa846947c5c2c4001dce9b6e52 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |