From: R David Murray Date: Mon, 28 May 2012 01:27:31 +0000 (-0400) Subject: News item for #1672568. X-Git-Tag: v3.3.0a4~38^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9854fc9c18db4059e906c02e28f714a5fbcff025;p=python News item for #1672568. --- diff --git a/Misc/NEWS b/Misc/NEWS index e8171ac7a5..d9c4c133c9 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.