commit | 38d9643d5e225dd7c342c6ccaae3e6e01f705e91 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 06 22:33:57 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 06 22:33:57 2011 +0100 |
tree | b4b50d8504c87e4cd325625eb7495a4fd0157195 | |
parent | 0f6492250c37b639ce5aa92486aa3b05b61f90d6 [diff] |
Issue #13464: Add a readinto() method to http.client.HTTPResponse. Patch by Jon Kuhn.