]> 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:55:06 +0000 (04:55 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 04:55:06 +0000 (04:55 +0000)
Misc/NEWS

index bccd0dbbcc24548bc3b433516cd1741b6888f1f1..a2789bc9a010b56b9b82cb7a9b3679cfd149000c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,9 @@
 What's New in Python 2.2.4?
+Release date: XX-XXX-XXXX
+===========================
+
+- The email package handles some RFC 2231 parameters with missing
+  CHARSET fields better.
 
 - SF #746304: Builtin functions are now copy.[deep]copyable.
   Classes are now also deepcopyable.