cpython/Lib/wsgiref
Antoine Pitrou e97a24d06a Issue #16220: wsgiref now always calls close() on an iterable response.
Patch by Brent Tubbs.
2012-10-21 14:09:05 +02:00
..
__init__.py
handlers.py Issue #16220: wsgiref now always calls close() on an iterable response. 2012-10-21 14:09:05 +02:00
headers.py fixed #5801: removed spurious empty lines in wsgiref 2010-02-23 05:53:05 +00:00
simple_server.py fixed #5801: removed spurious empty lines in wsgiref 2010-02-23 05:53:05 +00:00
util.py Merged revisions 87564 via svnmerge from 2010-12-29 06:30:19 +00:00
validate.py replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00