diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-05-28 01:27:31 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-05-28 01:27:31 (GMT) |
commit | 9854fc9c18db4059e906c02e28f714a5fbcff025 (patch) | |
tree | efba030ec2e1c31e4a6d40a99aea21100cb13275 | |
parent | 80e0aee95b8c4a7da8a1b794793a9e9537d021cf (diff) | |
download | cpython-9854fc9c18db4059e906c02e28f714a5fbcff025.zip cpython-9854fc9c18db4059e906c02e28f714a5fbcff025.tar.gz cpython-9854fc9c18db4059e906c02e28f714a5fbcff025.tar.bz2 |
News item for #1672568.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |