From: Barry Warsaw Date: Wed, 3 Sep 2003 04:09:49 +0000 (+0000) Subject: NEWS about email package 794466 patch. X-Git-Tag: v2.4a1~1657 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f5bf1757984c43757bf5f3d2f693f7addc2511e;p=python NEWS about email package 794466 patch. --- diff --git a/Misc/NEWS b/Misc/NEWS index 155ad010b1..b016161a7c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -34,7 +34,8 @@ Library ------- - 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