From: Barry Warsaw Date: Fri, 22 Mar 2002 16:41:18 +0000 (+0000) Subject: I was just testing you. Neil Norwitz gets the prize. (Fixed a typo X-Git-Tag: v2.2.1c2~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=984d22005a339410644b24a7468f2935167b6887;p=thirdparty%2FPython%2Fcpython.git I was just testing you. Neil Norwitz gets the prize. (Fixed a typo in the description of the email package patch.) --- diff --git a/Misc/NEWS b/Misc/NEWS index 71661c6d666f..d35e284ec578 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -9,7 +9,7 @@ Extension modules Library - The email package bug #531966 was fixed. This caused exceptions to - occur when flatting multipart/* messages with zero or one (scalar) + occur when flattening multipart/* messages with zero or one (scalar) attachment. Tools