summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bccd0db..a2789bc 100644
--- 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.