mirror of
https://github.com/python/cpython.git
synced 2025-12-01 15:24:51 +00:00
Document fixed bugs
This commit is contained in:
parent
94c887258c
commit
1a5fe58cd4
1 changed files with 5 additions and 0 deletions
|
|
@ -212,6 +212,11 @@ Library
|
|||
AttributeError instead of an IOError when the server's response didn't
|
||||
contain a valid HTTP status line.
|
||||
|
||||
- Bug #1629369: Correctly parse multiline comment in address field.
|
||||
|
||||
- Bug #1582282: Fix email.header.decode_header() to properly treat encoded
|
||||
words with no delimiting whitespace as a single word.
|
||||
|
||||
- Patch #1449244: Support Unicode strings in
|
||||
email.message.Message.{set_charset,get_content_charset}.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue