From: Barry Warsaw Date: Thu, 12 Jun 2008 02:42:00 +0000 (+0000) Subject: Update NEWS and ACKS for issue 2849. X-Git-Tag: v3.0b1~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f501942c764d25f29a2e06ba5c9917b149c7189b;p=thirdparty%2FPython%2Fcpython.git Update NEWS and ACKS for issue 2849. --- diff --git a/Misc/ACKS b/Misc/ACKS index a3864d5d8540..f34163ae0047 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -161,6 +161,7 @@ Roger Dev Raghuram Devarakonda Toby Dickenson Mark Dickinson +Humberto Diogenes Yves Dionne Daniel Dittmar Jaromir Dolecek diff --git a/Misc/NEWS b/Misc/NEWS index c6f91ef6fd81..36c5cdea27e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -78,6 +78,8 @@ Extension Modules Library ------- +- Patch #2849: Remove use of rfc822 module from standard library. + - Added C optimized implementation of io.StringIO. - The ``pickle`` module is now automatically use an optimized C