From: Barry Warsaw Date: Tue, 19 Aug 2003 04:50:31 +0000 (+0000) Subject: Describe the fix to the email package. X-Git-Tag: v2.3.1~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d44c97992daccb654476bd7f499c682399d158ba;p=thirdparty%2FPython%2Fcpython.git Describe the fix to the email package. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4c75f014727c..aec99857d19a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -27,6 +27,9 @@ Extension modules Library ------- +- The email package handles some RFC 2231 parameters with missing + CHARSET fields better. + - sets.py now runs under Py2.2. In addition, the argument restrictions for most set methods (but not the operators) have been relaxed to allow any iterable. Also the Set.update() has been deprecated because