diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-04-06 13:35:57 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-04-06 13:35:57 (GMT) |
commit | 8debacb51c0a90828c671e2ea1d581e236e26b4b (patch) | |
tree | 49a178dfbea5b826839206e1b573f7dcd71b7160 /Misc | |
parent | a0b1c77a19ecfe58d34d10ba4b60f9bb4ad217f0 (diff) | |
download | cpython-8debacb51c0a90828c671e2ea1d581e236e26b4b.zip cpython-8debacb51c0a90828c671e2ea1d581e236e26b4b.tar.gz cpython-8debacb51c0a90828c671e2ea1d581e236e26b4b.tar.bz2 |
#1690608: make formataddr RFC2047 aware.
Patch by Torsten Becker.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -979,3 +979,4 @@ Uwe Zessin Kai Zhu Tarek Ziadé Peter Åstrand +Torsten Becker @@ -97,6 +97,10 @@ Library - Issue #11605: email.parser.BytesFeedParser was incorrectly converting multipart subpararts with an 8bit CTE into unicode instead of preserving the bytes. +- Issue #1690608: email.util.formataddr is now RFC2047 aware: it now has a + charset parameter that defaults utf-8 which is used as the charset for RFC + 2047 encoding when the realname contains non-ASCII characters. + - Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. - Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile |