]> granicus.if.org Git - python/commitdiff
Describe the fix to the email package.
authorBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 03:59:09 +0000 (03:59 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 03:59:09 +0000 (03:59 +0000)
Misc/NEWS

index ebda27debf5c1d9070ee450e7572aa3e0a778e3d..f6ea9a09176c9c3ec3abfef712e35c32ed52c1fa 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,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