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

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


Author: brett.cannon
Date: Wed Jan  3 02:02:09 2007
New Revision: 53218

Modified:
   peps/trunk/pep-3108.txt
Log:
Add a suggestion from Bill Janssen of having a Web package.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 02:02:09 2007
@@ -538,6 +538,23 @@
   + SimpleXMLRPCServer
   + SocketServer
 
+* Web
+
+  + urllib
+  + urllib
+  + urlparse
+  + httplib
+  + cgi
+  + cgitb
+  + BaseHTTPServer
+  + BaseCGIServer
+  + SimpleHTTPServer
+  + htmllib
+  + htmlentitydefs
+  + HTMLParser
+  + Cookie
+  + cookielib
+
 
 Modules reliant on obsolete/rarely used file formats?
 -----------------------------------------------------
@@ -579,16 +596,16 @@
 
 * asynchat/asyncore
 
-    + Josiah Carlson has said he will help to maintain the modules.
+  + Josiah Carlson has said he will help to maintain the modules.
 
 * fileinput
 
-    + Useful when having to work with stdin.
+  + Useful when having to work with stdin.
 
 * telnetlib
 
-    + Really handy for quick-and-dirty remote access.
-    + Some hardware supports telnet for accessing it.
+  + Really handy for quick-and-dirty remote access.
+  + Some hardware supports telnet for accessing it.
 
 
 Introducing a new top-level package


More information about the Python-checkins mailing list