summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-08-19 03:59:09 (GMT)
committerBarry Warsaw <barry@python.org>2003-08-19 03:59:09 (GMT)
commitd24a2a464fe08bf5d6b22a795aa347387cb4fc2a (patch)
tree95c5b4ad33b152e61d6591bf6a42e38ce0813b65
parent622d60b5a2ad1ffb4e35b32ab1934af066f2ccd5 (diff)
downloadcpython-d24a2a464fe08bf5d6b22a795aa347387cb4fc2a.zip
cpython-d24a2a464fe08bf5d6b22a795aa347387cb4fc2a.tar.gz
cpython-d24a2a464fe08bf5d6b22a795aa347387cb4fc2a.tar.bz2
Describe the fix to the email package.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ebda27d..f6ea9a0 100644
--- 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