summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-01 04:21:14 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-01 04:21:14 (GMT)
commite92d4b6f57acd07ca48e842063146031e49eed15 (patch)
tree4421207bf1bdb36c7a45e887f01ce094abbea5e8 /Misc
parent02cb0eb231fc01e2a50cbe14f6da7a8df52959ef (diff)
downloadcpython-e92d4b6f57acd07ca48e842063146031e49eed15.zip
cpython-e92d4b6f57acd07ca48e842063146031e49eed15.tar.gz
cpython-e92d4b6f57acd07ca48e842063146031e49eed15.tar.bz2
The SimpleXMLRPCServer's CGI handler now runs like a pony.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d51a360..1d210a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,6 +200,8 @@ Core and Builtins
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.