From: Barry Warsaw Date: Wed, 14 Mar 2007 18:19:07 +0000 (+0000) Subject: Document fixed bugs X-Git-Tag: v2.5.1c1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a5fe58cd49477e5678df141f01f08b01fc9a449;p=thirdparty%2FPython%2Fcpython.git Document fixed bugs --- diff --git a/Misc/NEWS b/Misc/NEWS index 362e32629162..bae1ebe26ed0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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}.