From 2106a4d63673d33f5a8196b748f5728d1a89f16c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 22 Mar 2002 16:25:54 +0000 Subject: [PATCH] Added a NEWS item for the fix of SF bug #531966 in the email package. Also, added a header for 2.2.1c2 (if there isn't a c2, change this to 2.2.1 final). --- Misc/NEWS | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 2ccb5e71f5c4..71661c6d666f 100644 --- 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). -- 2.47.3