diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |