diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-02-05 15:55:27 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-02-05 15:55:27 (GMT) |
commit | e201e9d584e2922997eeacad06ee6e84a6419d08 (patch) | |
tree | 37e47281843a70b32983209108323c9a7130a2e4 /Misc | |
parent | 6e32442fd4b2f53347ab9415185257ed9c096c03 (diff) | |
parent | f581b372003de0ae604c14a1f1dc2e8c36ea277b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |