[Python-checkins] cpython: News item for #1672568.

r.david.murray python-checkins at python.org
Mon May 28 03:28:07 CEST 2012


http://hg.python.org/cpython/rev/d68e30be755e
changeset:   77193:d68e30be755e
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun May 27 21:27:31 2012 -0400
summary:
  News item for #1672568.

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,10 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list