summaryrefslogtreecommitdiff
path: root/src/wsgiref/__init__.py
diff options
context:
space:
mode:
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