]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added a NEWS item for the fix of SF bug #531966 in the email package.
authorBarry Warsaw <barry@python.org>
Fri, 22 Mar 2002 16:25:54 +0000 (16:25 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 22 Mar 2002 16:25:54 +0000 (16:25 +0000)
Also, added a header for 2.2.1c2 (if there isn't a c2, change this to
2.2.1 final).

Misc/NEWS

index 2ccb5e71f5c48c6b307178821be1dec8091a67d1..71661c6d666f7e0f33568ceca13f61e05dc1c3eb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,20 @@
+What's New in Python 2.2.1c2?
+Release date: ???
+=============================
+
+Core and builtins
+
+Extension modules
+
+Library
+
+- The email package bug #531966 was fixed.  This caused exceptions to
+  occur when flatting multipart/* messages with zero or one (scalar)
+  attachment.
+
+Tools
+
+
 What's New in Python 2.2.1c1?
 Release date: 18-Mar-2002
 =============================
@@ -59,7 +76,6 @@ Library
 - The copy module can be used in restricted execution mode.
 
 - A few bugs in the email package have been fixed.
-  XXX more detail!
 
 - StringIO's attitude to unicode strings has been reverted to that of
   the 2.1.x branch (note cStringIO still knows nothing about unicode).