summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-05-28 01:27:31 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-05-28 01:27:31 (GMT)
commit9854fc9c18db4059e906c02e28f714a5fbcff025 (patch)
treeefba030ec2e1c31e4a6d40a99aea21100cb13275
parent80e0aee95b8c4a7da8a1b794793a9e9537d021cf (diff)
downloadcpython-9854fc9c18db4059e906c02e28f714a5fbcff025.zip
cpython-9854fc9c18db4059e906c02e28f714a5fbcff025.tar.gz
cpython-9854fc9c18db4059e906c02e28f714a5fbcff025.tar.bz2
News item for #1672568.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e8171ac..d9c4c13 100644
--- 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.