summaryrefslogtreecommitdiffstats
path: root/python/wsgiref/README
blob: 8d2672f7fba1eb0f25ead83a1e24e7212f17b17b (plain)
1
2
3
4
5
6
WSGI (PEP 333) Reference Library
This is a standalone release of the wsgiref library, that
provides validation support for WSGI 1.0.1 (PEP 3333) for 
Python versions < 3.2, and includes the new
 
wsgiref.util.test() utility function.