mirror of https://github.com/python/cpython
News item for #1672568.
This commit is contained in:
parent
80e0aee95b
commit
9854fc9c18
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue