summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-02-21 07:29:10 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-02-21 07:29:10 (GMT)
commit307da2b07040d0eea179cf989e3de8d9e75a9b2f (patch)
treec3043ecf176f5d84e7c31bf8c354594f3b3998da /Misc/NEWS
parent79d38788ee5e00571db751d312612faf94f09eef (diff)
parent29877e8e04755c919b42ee012495f2e9671f3251 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bcaf6b..a399b61 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.