mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add a bit of news about the email package fixes.
This commit is contained in:
parent
6d86f8302f
commit
47f3e2cb6c
1 changed files with 6 additions and 0 deletions
|
@ -179,6 +179,12 @@ Library
|
|||
circular references by using itself as the locator that gets passed
|
||||
to the content handler implementation. [SF bug #535474]
|
||||
|
||||
- The email.Parser.Parser class now properly parses strings regardless
|
||||
of their line endings, which can be any of \r, \n, or \r\n (CR, LF,
|
||||
or CRLF). Also, the Header class's constructor default arguments
|
||||
has changed slightly so that an explicit maxlinelen value is always
|
||||
honored.
|
||||
|
||||
Tools/Demos
|
||||
|
||||
- freeze.py now produces binaries which can import shared modules,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue