diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-02-05 15:49:49 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-02-05 15:49:49 (GMT) |
commit | f581b372003de0ae604c14a1f1dc2e8c36ea277b (patch) | |
tree | ed6202c27c0c8f2fb739acdfa6e3b6eaaed620d2 /Misc | |
parent | 43536e9e373f395a047403831c08acedf3c5f258 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |