summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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().