summaryrefslogtreecommitdiff
path: root/src/wsgiref/__init__.py
diff options
context:
space:
mode:
authorpje <pje@571e12c6-e1fa-0310-aee7-ff1267fa46bd>2004-10-08 00:24:25 +0000
committerpje <pje@571e12c6-e1fa-0310-aee7-ff1267fa46bd>2004-10-08 00:24:25 +0000
commit304270ce19450a1ca701d5d4cdbe41cb5de18a83 (patch)
tree6b700c5f52462bd7a64d1d9146019e509f6d466a /src/wsgiref/__init__.py
parent5b568ba0f0ed587307c6b987f79a2be3c56c7721 (diff)
downloadwsgiref-304270ce19450a1ca701d5d4cdbe41cb5de18a83.tar.gz
Moved 'peak.util.WSGIServer' to 'wsgiref.simple_server'.
git-svn-id: svn://svn.eby-sarna.com/svnroot/wsgiref@255 571e12c6-e1fa-0310-aee7-ff1267fa46bd
Diffstat (limited to 'src/wsgiref/__init__.py')
-rw-r--r--src/wsgiref/__init__.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/wsgiref/__init__.py b/src/wsgiref/__init__.py
index d79e3f8..9f37850 100644
--- a/src/wsgiref/__init__.py
+++ b/src/wsgiref/__init__.py
@@ -8,10 +8,12 @@ Current Contents:
* handlers -- base classes for server/gateway implementations
-To-Do:
-
- * server -- a SimpleHTTPServer that supports WSGI
+ * simple_server -- a simple BaseHTTPServer that supports WSGI
+To-Do:
+
+ * validate -- validation library and "lint"-like functions
+
* cgi_gateway -- Run WSGI apps under CGI
* cgi_wrapper -- Run CGI apps under WSGI