From: Andrew M. Kuchling Date: Wed, 21 Mar 2007 16:52:51 +0000 (+0000) Subject: Add NEWS entry for old item X-Git-Tag: v2.5.1c1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1b4a7e1f90f879d194dd48dfef8a1c8a187faad;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for old item --- diff --git a/Misc/NEWS b/Misc/NEWS index bc29eaaf65a2..19b8f1cee84c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -380,7 +380,10 @@ Library - mailbox.py: Change MH.pack() to not lock individual message files; this wasn't consistent with existing implementations of message packing, and was buggy on some platforms. - + +- Bug #1633678: change old mailbox.UnixMailbox class to parse + 'From' lines less strictly. + - Bug #1576241: fix functools.wraps() to work on built-in functions. - Patch #1574068: fix urllib/urllib2 to not insert line breaks when