]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
authorMartin Panter <vadmium+py@gmail.com>
Wed, 29 Jun 2016 10:12:22 +0000 (10:12 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Wed, 29 Jun 2016 10:12:22 +0000 (10:12 +0000)
commit34eeed42901666fce099947f93dfdfc05411f286
tree26bd3fea92143532a1a7fd725d08733819a779d1
parent7acc3486d64c7625d9a366c5834028aa81ae162c
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Doc/library/http.server.rst
Doc/library/socketserver.rst
Doc/whatsnew/3.6.rst
Lib/socketserver.py
Lib/test/test_socketserver.py
Lib/wsgiref/simple_server.py
Misc/NEWS