diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-04-06 12:13:02 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-04-06 12:13:02 (GMT) |
commit | c5c147289556d9941876bb4b209412ad52731eb0 (patch) | |
tree | f0fa8df167f2096f200c081858bf90496b3bb563 /Misc | |
parent | ae664fb528c86da44fbb9350cca05659c206bfc2 (diff) | |
download | cpython-c5c147289556d9941876bb4b209412ad52731eb0.zip cpython-c5c147289556d9941876bb4b209412ad52731eb0.tar.gz cpython-c5c147289556d9941876bb4b209412ad52731eb0.tar.bz2 |
#11605: don't use set/get_payload in feedparser; they do conversions.
Really the whole API needs to be gone over to restore the
separation of concerns; but that's what email6 is about.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- Issue #11605: email.parser.BytesFeedParser was incorrectly converting multipart + subpararts with an 8bit CTE into unicode instead of preserving the bytes. + - Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. - Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve |