]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
NEWS about email package 794466 patch.
authorBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 04:22:39 +0000 (04:22 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 3 Sep 2003 04:22:39 +0000 (04:22 +0000)
Misc/NEWS

index f606f1b6beacfec15d302ba5e0224f86a2b2d4df..dc76cfe2e5d12fde0509f32401f3b1016662dc61 100644 (file)
--- 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