summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <none@none>2011-04-07 19:03:31 (GMT)
committerEzio Melotti <none@none>2011-04-07 19:03:31 (GMT)
commit2e3607c1e758865519b28066b8925f37203e2197 (patch)
treeec09ce29a9dcc1bfa91e7e0f65428666332eda41 /Misc
parent9b5ac3efa64d72b54d4f1ab32a95c260b39ab98d (diff)
downloadcpython-2e3607c1e758865519b28066b8925f37203e2197.zip
cpython-2e3607c1e758865519b28066b8925f37203e2197.tar.gz
cpython-2e3607c1e758865519b28066b8925f37203e2197.tar.bz2
#7311: fix html.parser to accept non-ASCII attribute values.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ae7eaf..80d46ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Core and Builtins
Library
-------
+- Issue #7311: fix html.parser to accept non-ASCII attribute values.
+
- Issue #11605: email.parser.BytesFeedParser was incorrectly converting multipart
subpararts with an 8bit CTE into unicode instead of preserving the bytes.