diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-11 12:38:44 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:59 -0600 |
commit | 24002e3f59238409f6bce39e3527fe5bf0c89901 (patch) | |
tree | 897afbd80ab7392394a924dd9c985b989edf9439 /python/wsgiref/README | |
parent | d57f5cb1d467684d2c0fb88c8fc1ce69a2bb325c (diff) |
python/wsgiref: Added (WSGI (PEP 333) Reference Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |