From e1b4a7e1f90f879d194dd48dfef8a1c8a187faad Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 21 Mar 2007 16:52:51 +0000 Subject: [PATCH] Add NEWS entry for old item --- Misc/NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index bc29eaaf65a..19b8f1cee84 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