]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
authorMartin Panter <vadmium+py@gmail.com>
Thu, 17 Mar 2016 06:42:48 +0000 (06:42 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 17 Mar 2016 06:42:48 +0000 (06:42 +0000)
commitce911c3fed7e6404fba7de3868b1000425984b1e
tree3c59e3e10f631a567a18c23b27dfe68f2f9e3484
parent9528334e16abf1673edcfadf7007f55a864079b7
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
Doc/library/http.client.rst
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS