summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-15 19:44:57 +0000
committerGeorg Brandl <georg@python.org>2009-04-15 19:44:57 +0000
commit8b18e2853bac5bf0061ea9ab677e7ae843223ef6 (patch)
treecf9e54dec1e496534a01446408aa56ce8b66036a
parent5eb06613f953a14965c03a97f47e822fdc1ede4e (diff)
downloadcpython-git-8b18e2853bac5bf0061ea9ab677e7ae843223ef6.tar.gz
Remove NEWS item for issue that wasnt actually backported.
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b62305a6bd..fbf9ad3362 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().