]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove NEWS item for issue that wasnt actually backported.
authorGeorg Brandl <georg@python.org>
Wed, 15 Apr 2009 19:44:57 +0000 (19:44 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 15 Apr 2009 19:44:57 +0000 (19:44 +0000)
Misc/NEWS

index b62305a6bdababf6dac243fc806166abafc15681..fbf9ad3362f697d6db1d3516ac43350b2f61883a 100644 (file)
--- 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().