diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-21 07:29:10 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-02-21 07:29:10 (GMT) |
commit | 307da2b07040d0eea179cf989e3de8d9e75a9b2f (patch) | |
tree | c3043ecf176f5d84e7c31bf8c354594f3b3998da /Misc/NEWS | |
parent | 79d38788ee5e00571db751d312612faf94f09eef (diff) | |
parent | 29877e8e04755c919b42ee012495f2e9671f3251 (diff) | |
download | cpython-307da2b07040d0eea179cf989e3de8d9e75a9b2f.zip cpython-307da2b07040d0eea179cf989e3de8d9e75a9b2f.tar.gz cpython-307da2b07040d0eea179cf989e3de8d9e75a9b2f.tar.bz2 |
Merge the HTMLParser fix with 3.2.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -479,6 +479,8 @@ Core and Builtins Library ------- +- HTMLParser is now able to handle slashes in the start tag. + - Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. Patch by Catalin Iacob. |