summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-15 11:37:23 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-01-15 11:37:23 (GMT)
commitd69663d3009b6718ed3fa27dec800d15c7d4babb (patch)
tree28bfb1b7013a216a9559361733f50f91bd26606e /Misc
parent5d5e7c0e34a0fe0ebd17419336557a739c403bac (diff)
downloadcpython-d69663d3009b6718ed3fa27dec800d15c7d4babb.zip
cpython-d69663d3009b6718ed3fa27dec800d15c7d4babb.tar.gz
cpython-d69663d3009b6718ed3fa27dec800d15c7d4babb.tar.bz2
Patch #473586: Implement CGIXMLRPCRequestHandler.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29411ec..61caf76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,9 @@ Extension modules
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.