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 b1431a3e00..1f16de8d8d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,11 @@ Core and Builtins
Library
-------
+- Issue #7143: get_payload used to strip any trailing newline from a
+ base64 transfer-encoded payload *after* decoding it; it no longer does.
+ This is a behavior change, so email's minor version number is now
+ bumped, to version 4.0.2, for the 2.7 release.
+
Extension Modules
-----------------
@@ -28,6 +33,7 @@ Extension Modules
and standard packing.)
+
What's New in Python 2.7 alpha 4?
=================================