summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-02-11 15:54:22 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-02-11 15:54:22 (GMT)
commit64634eb32112c84b858ba58729e7c7246affad34 (patch)
treeda274d94f4994824cc5be10affcc4a65f6152546 /Misc/NEWS
parenta6e902ae35179349b24702f9eb3eb37fb31481b8 (diff)
parent66383b2e0a47cebf31586a1038e85d37c9aefadc (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a507b72..f710441 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.