diff options
author | Barry Warsaw <barry@python.org> | 2007-03-14 18:19:07 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2007-03-14 18:19:07 +0000 |
commit | 1a5fe58cd49477e5678df141f01f08b01fc9a449 (patch) | |
tree | 21a994112d1ddcf0c7d0dce561ee0e0660f3e804 | |
parent | 94c887258c252fe4699b490b9b43185b0769c080 (diff) | |
download | cpython-git-1a5fe58cd49477e5678df141f01f08b01fc9a449.tar.gz |
Document fixed bugs
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 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}. |