mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
News item for #1672568.
This commit is contained in:
parent
80e0aee95b
commit
9854fc9c18
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ Core and Builtins
|
||||||
Library
|
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
|
- Issue #14925: email now registers a defect when the parser decides that there
|
||||||
is a missing header/body separator line. MalformedHeaderDefect, which the
|
is a missing header/body separator line. MalformedHeaderDefect, which the
|
||||||
existing code would never actually generate, is deprecated.
|
existing code would never actually generate, is deprecated.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue