]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 6 Dec 2011 21:33:57 +0000 (22:33 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 6 Dec 2011 21:33:57 +0000 (22:33 +0100)
commit38d9643d5e225dd7c342c6ccaae3e6e01f705e91
treeb4b50d8504c87e4cd325625eb7495a4fd0157195
parent0f6492250c37b639ce5aa92486aa3b05b61f90d6
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
Patch by Jon Kuhn.
Doc/library/http.client.rst
Lib/http/client.py
Lib/test/test_httplib.py
Misc/ACKS
Misc/NEWS