diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-15 10:44:23 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-15 10:44:23 (GMT) |
commit | d2307cb48ab09baa846947c5c2c4001dce9b6e52 (patch) | |
tree | 5667706edf910500c90d351f4114e2b97d1c76df /Misc | |
parent | fd7e4964bbe8dcd750c46aa2a96aeaec97e7ef25 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |