Fixed issue-number mistake in NEWS update.
[python.git] / Lib / wsgiref / __init__.py
blob46c579f8ececc0b52cdde2f74fd6159108d4b311
1 """wsgiref -- a WSGI (PEP 333) Reference Library
3 Current Contents:
5 * util -- Miscellaneous useful functions and wrappers
7 * headers -- Manage response headers
9 * handlers -- base classes for server/gateway implementations
11 * simple_server -- a simple BaseHTTPServer that supports WSGI
13 * validate -- validation wrapper that sits between an app and a server
14 to detect errors in either
16 To-Do:
18 * cgi_gateway -- Run WSGI apps under CGI (pending a deployment standard)
20 * cgi_wrapper -- Run CGI apps under WSGI
22 * router -- a simple middleware component that handles URL traversal
23 """