summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0829b56c64..6b006897f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,9 +30,14 @@ Core and Builtins
- Issue #1967: Backport dictionary views from Python 3.x.
+
Library
-------
+- Issue #1670765: Prevent email.generator.Generator from re-wrapping
+ headers in multipart/signed MIME parts, which fixes one of the sources of
+ invalid modifications to such parts by Generator.
+
- Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a
1-byte argument. Patch by Victor Stinner.
@@ -53,6 +58,7 @@ Library
Extension extra options may change the output without changing the .c
file). Initial patch by Collin Winter.
+
Build
-----