diff options
author | Ezio Melotti <none@none> | 2011-04-07 19:03:31 (GMT) |
---|---|---|
committer | Ezio Melotti <none@none> | 2011-04-07 19:03:31 (GMT) |
commit | 2e3607c1e758865519b28066b8925f37203e2197 (patch) | |
tree | ec09ce29a9dcc1bfa91e7e0f65428666332eda41 /Misc | |
parent | 9b5ac3efa64d72b54d4f1ab32a95c260b39ab98d (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |