From: Georg Brandl Date: Wed, 15 Apr 2009 19:44:57 +0000 (+0000) Subject: Remove NEWS item for issue that wasnt actually backported. X-Git-Tag: v2.6.3rc1~424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b18e2853bac5bf0061ea9ab677e7ae843223ef6;p=thirdparty%2FPython%2Fcpython.git Remove NEWS item for issue that wasnt actually backported. --- diff --git a/Misc/NEWS b/Misc/NEWS index b62305a6bdab..fbf9ad3362f6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -135,10 +135,6 @@ Library - Actually make the SimpleXMLRPCServer CGI handler work. -- Issue #2522: locale.format now checks its first argument to ensure it has - been passed only one pattern, avoiding mysterious errors where it appeared - that it was failing to do localization. - - Issue 2625: added missing iteritems() call to the for loop in mailbox.MH.get_message().