Remove NEWS item for issue that wasnt actually backported.

This commit is contained in:
Georg Brandl 2009-04-15 19:44:57 +00:00
parent 5eb06613f9
commit 8b18e2853b
1 changed files with 0 additions and 4 deletions

View File

@ -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().