diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-02-11 15:54:22 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-02-11 15:54:22 (GMT) |
commit | 64634eb32112c84b858ba58729e7c7246affad34 (patch) | |
tree | da274d94f4994824cc5be10affcc4a65f6152546 /Misc/NEWS | |
parent | a6e902ae35179349b24702f9eb3eb37fb31481b8 (diff) | |
parent | 66383b2e0a47cebf31586a1038e85d37c9aefadc (diff) | |
download | cpython-64634eb32112c84b858ba58729e7c7246affad34.zip cpython-64634eb32112c84b858ba58729e7c7246affad34.tar.gz cpython-64634eb32112c84b858ba58729e7c7246affad34.tar.bz2 |
Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -250,6 +250,9 @@ Core and Builtins Library ------- +- Issue #16564: Fixed regression relative to Python2 in the operation of + email.encoders.encode_7or8bit when used with binary data. + - Issue #17052: unittest discovery should use self.testLoader. - Issue #4591: Uid and gid values larger than 2**31 are supported now. |