cpython/Lib/wsgiref
Berker Peksag 84a13fbda0
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
The __getitem__ methods of DOMEventStream, FileInput,
and FileWrapper classes ignore their 'index' parameters
and return the next item instead.
2018-08-11 09:05:04 +03:00
..
__init__.py Update docstring to mention correct PEP number. 2014-01-26 14:59:30 -08:00
handlers.py Issue #24291: Avoid WSGIRequestHandler doing partial writes 2016-06-05 06:28:55 +00:00
headers.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
simple_server.py Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase 2016-06-29 10:12:22 +00:00
util.py bpo-9372: Deprecate several __getitem__ methods (GH-8609) 2018-08-11 09:05:04 +03:00
validate.py Remove tiny bit of deadcode from wsgiref.validate (#3996) 2017-10-31 00:07:36 -04:00