]> granicus.if.org Git - python/commitdiff
Document fixed bugs
authorBarry Warsaw <barry@python.org>
Wed, 14 Mar 2007 18:19:07 +0000 (18:19 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 14 Mar 2007 18:19:07 +0000 (18:19 +0000)
Misc/NEWS

index 362e326291623fb138252dc08c269083be664382..bae1ebe26ed0ed235e7811a005745ee9d8457e54 100644 (file)
--- 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}.