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

brett.cannon python-checkins at python.org
Wed Jan 3 22:31:18 CET 2007


Author: brett.cannon
Date: Wed Jan  3 22:31:18 2007
New Revision: 53229

Modified:
   peps/trunk/pep-3108.txt
Log:
Add wsgiref to the proper suggested packages.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 22:31:18 2007
@@ -557,6 +557,7 @@
   + urllib2
   + urlparse
   + webbrowser
+  + wsgiref
 
 * HTTP servers
 
@@ -565,6 +566,7 @@
   + DocXMLRPCServer
   + SimpleHTTPServer
   + SimpleXMLRPCServer
+  + wsgiref
 
 
 Modules reliant on obsolete/rarely used file formats?


More information about the Python-checkins mailing list