From: Barry Warsaw Date: Wed, 3 Sep 2003 04:22:39 +0000 (+0000) Subject: NEWS about email package 794466 patch. X-Git-Tag: v2.3.1~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0bf03ce3e1b64d76a132dcc0053b469fd439745;p=thirdparty%2FPython%2Fcpython.git NEWS about email package 794466 patch. --- diff --git a/Misc/NEWS b/Misc/NEWS index f606f1b6beac..dc76cfe2e5d1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -49,7 +49,8 @@ Library format string properly. - The email package handles some RFC 2231 parameters with missing - CHARSET fields better. + CHARSET fields better. It also includes a patch to parameter + parsing when semicolons appear inside quotes. - sets.py now runs under Py2.2. In addition, the argument restrictions for most set methods (but not the operators) have been relaxed to