diff options
author | Georg Brandl <georg@python.org> | 2009-04-15 19:44:57 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-15 19:44:57 +0000 |
commit | 8b18e2853bac5bf0061ea9ab677e7ae843223ef6 (patch) | |
tree | cf9e54dec1e496534a01446408aa56ce8b66036a | |
parent | 5eb06613f953a14965c03a97f47e822fdc1ede4e (diff) | |
download | cpython-git-8b18e2853bac5bf0061ea9ab677e7ae843223ef6.tar.gz |
Remove NEWS item for issue that wasnt actually backported.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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(). |