diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-06 21:33:57 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-06 21:33:57 (GMT) |
commit | 38d9643d5e225dd7c342c6ccaae3e6e01f705e91 (patch) | |
tree | b4b50d8504c87e4cd325625eb7495a4fd0157195 /Misc/NEWS | |
parent | 0f6492250c37b639ce5aa92486aa3b05b61f90d6 (diff) | |
download | cpython-38d9643d5e225dd7c342c6ccaae3e6e01f705e91.zip cpython-38d9643d5e225dd7c342c6ccaae3e6e01f705e91.tar.gz cpython-38d9643d5e225dd7c342c6ccaae3e6e01f705e91.tar.bz2 |
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
Patch by Jon Kuhn.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -406,6 +406,9 @@ Core and Builtins Library ------- +- Issue #13464: Add a readinto() method to http.client.HTTPResponse. Patch + by Jon Kuhn. + - tarfile.py: Correctly detect bzip2 compressed streams with blocksizes other than 900k. |