summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-04-06 12:13:02 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-04-06 12:13:02 (GMT)
commitc5c147289556d9941876bb4b209412ad52731eb0 (patch)
treef0fa8df167f2096f200c081858bf90496b3bb563 /Misc
parentae664fb528c86da44fbb9350cca05659c206bfc2 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7ab3a5d..2ae7eaf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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