commit | d24a2a464fe08bf5d6b22a795aa347387cb4fc2a | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Aug 19 03:59:09 2003 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Aug 19 03:59:09 2003 +0000 |
tree | 95c5b4ad33b152e61d6591bf6a42e38ce0813b65 | |
parent | 622d60b5a2ad1ffb4e35b32ab1934af066f2ccd5 [diff] [blame] |
Describe the fix to the email package.
diff --git a/Misc/NEWS b/Misc/NEWS index ebda27d..f6ea9a0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -30,6 +30,9 @@ 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