diff options
Diffstat (limited to 'python/wsgiref/README')
-rw-r--r-- | python/wsgiref/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/wsgiref/README b/python/wsgiref/README new file mode 100644 index 000000000000..8d2672f7fba1 --- /dev/null +++ b/python/wsgiref/README @@ -0,0 +1,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. |