]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Describe the fix to the email package.
authorBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 04:50:31 +0000 (04:50 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 04:50:31 +0000 (04:50 +0000)
Misc/NEWS

index 4c75f014727cd1188eb30cd4cfc4aab1ac0aa0ac..aec99857d19a1d66a17e0ab8604774febd5511a7 100644 (file)
--- 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