From 24002e3f59238409f6bce39e3527fe5bf0c89901 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 11 Jan 2014 12:38:44 +0700 Subject: python/wsgiref: Added (WSGI (PEP 333) Reference Library). Signed-off-by: Willy Sudiarto Raharjo --- python/wsgiref/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/wsgiref/README (limited to 'python/wsgiref/README') 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. -- cgit v1.2.3