]> granicus.if.org Git - python/commitdiff
News item for #1672568.
authorR David Murray <rdmurray@bitdance.com>
Mon, 28 May 2012 01:27:31 +0000 (21:27 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 28 May 2012 01:27:31 +0000 (21:27 -0400)
Misc/NEWS

index e8171ac7a59561181a1e794e08838b2a6629a37c..d9c4c133c9a4d4659a8ca78f6902b44a5c62ac23 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,10 @@ Core and Builtins
 Library
 -------
 
+- Issue #1672568: email now always decodes base64 payloads, adding padding and
+  ignoring non-base64-alphabet characters if needed, and registering defects
+  for any such problems.
+
 - Issue #14925: email now registers a defect when the parser decides that there
   is a missing header/body separator line.  MalformedHeaderDefect, which the
   existing code would never actually generate, is deprecated.