commit | d2307cb48ab09baa846947c5c2c4001dce9b6e52 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Feb 15 12:44:23 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Feb 15 12:44:23 2012 +0200 |
tree | 5667706edf910500c90d351f4114e2b97d1c76df | |
parent | fd7e4964bbe8dcd750c46aa2a96aeaec97e7ef25 [diff] [blame] |
#13987: HTMLParser is now able to handle EOFs in the middle of a construct.
diff --git a/Misc/NEWS b/Misc/NEWS index ba09480..8257521 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -93,6 +93,9 @@ 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.