Patch #473586: Implement CGIXMLRPCRequestHandler.
diff --git a/Misc/NEWS b/Misc/NEWS
index 29411ec..61caf76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,9 @@
 Library
 -------
 
+- SimpleXMLRPCServer now supports CGI through the CGIXMLRPCRequestHandler
+  class.
+
 - The sets module now raises TypeError in __cmp__, to clarify that
   sets are not intended to be three-way-compared; the comparison
   operators are overloaded as subset/superset tests.