summaryrefslogtreecommitdiffstats
path: root/python/wsgiref/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/wsgiref/README')
-rw-r--r--python/wsgiref/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/wsgiref/README b/python/wsgiref/README
new file mode 100644
index 0000000000..8d2672f7fb
--- /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.