[Python-checkins] r54383 - python/branches/release25-maint/Misc/NEWS

barry.warsaw python-checkins at python.org
Wed Mar 14 19:19:13 CET 2007


Author: barry.warsaw
Date: Wed Mar 14 19:19:07 2007
New Revision: 54383

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
Document fixed bugs

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Wed Mar 14 19:19:07 2007
@@ -212,6 +212,11 @@
   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}.
 


More information about the Python-checkins mailing list