commit | 65d36dab4d915eb9fada52b867301b546e840fae | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Feb 15 13:19:10 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Feb 15 13:19:10 2012 +0200 |
tree | 62d6c6eaf8063e7c1bb263f7e2947c7cdfcbe3b4 | |
parent | d2307cb48ab09baa846947c5c2c4001dce9b6e52 [diff] [blame] |
#13987: HTMLParser is now able to handle malformed start tags.
diff --git a/Misc/NEWS b/Misc/NEWS index 8257521..7fc224a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -94,7 +94,7 @@ ------- - 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.