diff options
author | Barry Warsaw <barry@python.org> | 2003-08-19 03:59:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-08-19 03:59:09 (GMT) |
commit | d24a2a464fe08bf5d6b22a795aa347387cb4fc2a (patch) | |
tree | 95c5b4ad33b152e61d6591bf6a42e38ce0813b65 /Misc | |
parent | 622d60b5a2ad1ffb4e35b32ab1934af066f2ccd5 (diff) | |
download | cpython-d24a2a464fe08bf5d6b22a795aa347387cb4fc2a.zip cpython-d24a2a464fe08bf5d6b22a795aa347387cb4fc2a.tar.gz cpython-d24a2a464fe08bf5d6b22a795aa347387cb4fc2a.tar.bz2 |
Describe the fix to the email package.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |