The SimpleXMLRPCServer's CGI handler now runs like a pony.
diff --git a/Misc/NEWS b/Misc/NEWS
index d51a360..1d210a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,6 +200,8 @@
 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.