summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-02-05 15:49:49 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-02-05 15:49:49 (GMT)
commitf581b372003de0ae604c14a1f1dc2e8c36ea277b (patch)
treeed6202c27c0c8f2fb739acdfa6e3b6eaaed620d2 /Misc
parent43536e9e373f395a047403831c08acedf3c5f258 (diff)
downloadcpython-f581b372003de0ae604c14a1f1dc2e8c36ea277b.zip
cpython-f581b372003de0ae604c14a1f1dc2e8c36ea277b.tar.gz
cpython-f581b372003de0ae604c14a1f1dc2e8c36ea277b.tar.bz2
#16948: Fix quopri encoding of non-latin1 character sets.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07a33ce..b7eabd7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,10 @@ Core and Builtins
Library
-------
+
+- Issue #16948: Fix quoted printable body encoding for non-latin1 character
+ sets in the email package.
+
- Issue #17089: Expat parser now correctly works with string input not only when
an internal XML encoding is UTF-8 or US-ASCII. It now accepts bytes and
strings larger than 2 GiB.