From d24a2a464fe08bf5d6b22a795aa347387cb4fc2a Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 19 Aug 2003 03:59:09 +0000 Subject: [PATCH] Describe the fix to the email package. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index ebda27debf..f6ea9a0917 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 -- 2.50.1