]> granicus.if.org Git - python/commitdiff
NEWS about email package 794466 patch.
authorBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 04:09:49 +0000 (04:09 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 04:09:49 +0000 (04:09 +0000)
Misc/NEWS

index 155ad010b11862eef40c1f6cc639d4e3fcf0638a..b016161a7c801d161382ddff1c957441eeb6fd7e 100644 (file)
--- 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