cpython/Lib/wsgiref
Eli Bendersky a09daef09e Update docstring to mention correct PEP number.
This file hasn't been touched since its initial commit in 2006. In CPython
default branch (3.4), the relevant PEP number is 3333.
2014-01-26 14:59:30 -08:00
..
__init__.py Update docstring to mention correct PEP number. 2014-01-26 14:59:30 -08:00
handlers.py Issue #16220: wsgiref now always calls close() on an iterable response. 2012-10-21 14:09:05 +02:00
headers.py Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). 2010-11-02 22:28:59 +00:00
simple_server.py Closes #19258: close WSGI server after handling request in demo code. 2013-10-14 16:52:13 +02:00
util.py Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() 2014-01-12 12:08:11 +02:00
validate.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:14:22 +02:00