[Python-checkins] r62999 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Sat May 10 21:56:20 CEST 2008


Author: brett.cannon
Date: Sat May 10 21:56:20 2008
New Revision: 62999

Log:
Remove a module that doesn't actually exist.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sat May 10 21:56:20 2008
@@ -859,7 +859,6 @@
 xmlrpclib           xmlrpc.client
 DocXMLRPCServer     xmlrpc.server [3]_
 SimpleXMLRPCServer  xmlrpc.server [3]_
-CGIXMLRPCServer     xmlrpc.server [3]_
 ==================  ===============================
 
 .. [3] The modules being combined into ``xmlrpc.server`` have no


More information about the Python-checkins mailing list