summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-04-06 13:35:57 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-04-06 13:35:57 (GMT)
commit8debacb51c0a90828c671e2ea1d581e236e26b4b (patch)
tree49a178dfbea5b826839206e1b573f7dcd71b7160 /Misc
parenta0b1c77a19ecfe58d34d10ba4b60f9bb4ad217f0 (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index b1c2eea..f3555f3 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -979,3 +979,4 @@ Uwe Zessin
Kai Zhu
Tarek Ziadé
Peter Ã…strand
+Torsten Becker
diff --git a/Misc/NEWS b/Misc/NEWS
index 44d4e9e..37eb250 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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