From: Barry Warsaw Date: Tue, 19 Aug 2003 04:55:06 +0000 (+0000) Subject: Describe the fix to the email package. X-Git-Tag: 2.2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=673163869de363d6e698e9bf17b3c7eec34a179d;p=thirdparty%2FPython%2Fcpython.git Describe the fix to the email package. --- diff --git a/Misc/NEWS b/Misc/NEWS index bccd0dbbcc24..a2789bc9a010 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,4 +1,9 @@ What's New in Python 2.2.4? +Release date: XX-XXX-XXXX +=========================== + +- The email package handles some RFC 2231 parameters with missing + CHARSET fields better. - SF #746304: Builtin functions are now copy.[deep]copyable. Classes are now also deepcopyable.