diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-07 19:27:44 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-07 19:27:44 (GMT) |
commit | 6537be7fb20ca6e2c8617e8369e45c7f484b3724 (patch) | |
tree | 4140ed931562119e2af720c7ded74be811f36ab7 /Misc | |
parent | cece8cfe8a54bb8977ba74599c3861147367a377 (diff) | |
parent | 2e3607c1e758865519b28066b8925f37203e2197 (diff) | |
download | cpython-6537be7fb20ca6e2c8617e8369e45c7f484b3724.zip cpython-6537be7fb20ca6e2c8617e8369e45c7f484b3724.tar.gz cpython-6537be7fb20ca6e2c8617e8369e45c7f484b3724.tar.bz2 |
#7311: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,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. |