summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-02-05 15:55:27 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-02-05 15:55:27 (GMT)
commite201e9d584e2922997eeacad06ee6e84a6419d08 (patch)
tree37e47281843a70b32983209108323c9a7130a2e4 /Misc
parent6e32442fd4b2f53347ab9415185257ed9c096c03 (diff)
parentf581b372003de0ae604c14a1f1dc2e8c36ea277b (diff)
downloadcpython-e201e9d584e2922997eeacad06ee6e84a6419d08.zip
cpython-e201e9d584e2922997eeacad06ee6e84a6419d08.tar.gz
cpython-e201e9d584e2922997eeacad06ee6e84a6419d08.tar.bz2
Merge: #16948: Fix quopri encoding of non-latin1 character sets.
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 6999943..03a4584 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -163,6 +163,9 @@ Core and Builtins
Library
-------
+- Issue #16948: Fix quoted printable body encoding for non-latin1 character
+ sets in the email package.
+
- Issue #16811: Fix folding of headers with no value in the provisional email
policies.