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

brett.cannon python-checkins at python.org
Wed Jan 3 02:17:12 CET 2007


Author: brett.cannon
Date: Wed Jan  3 02:17:11 2007
New Revision: 53219

Modified:
   peps/trunk/pep-3108.txt
Log:
Remove server package suggestion, add an XML-RPC one, and not that an HTTP
server package might be reasonable.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 02:17:11 2007
@@ -529,14 +529,10 @@
   + wave
   + winsound
 
-* Servers
+* XML-RPC
 
-  + BaseHTTPServer
-  + CGIHTTPServer
   + DocXMLRPCServer
-  + SimpleHTTPServer
   + SimpleXMLRPCServer
-  + SocketServer
 
 * Web
 
@@ -554,6 +550,7 @@
   + HTMLParser
   + Cookie
   + cookielib
+  + Could also just gather HTTP servers.
 
 
 Modules reliant on obsolete/rarely used file formats?


More information about the Python-checkins mailing list