This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients kristjan.jonsson, orsenthil, pitrou, r.david.murray, serhiy.storchaka
Date 2013-09-13.15:53:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379087617.12.0.379253471175.issue19009@psf.upfronthosting.co.za>
In-reply-to
Content
I should add, I fully support the use case that response.read(amt=None) needs to read to the end of the response.  It is only the read(amt=bufsize) use case I'm thinking of, and that could be handled with a read1() method.
History
Date User Action Args
2013-09-13 15:53:37kristjan.jonssonsetrecipients: + kristjan.jonsson, orsenthil, pitrou, r.david.murray, serhiy.storchaka
2013-09-13 15:53:37kristjan.jonssonsetmessageid: <1379087617.12.0.379253471175.issue19009@psf.upfronthosting.co.za>
2013-09-13 15:53:37kristjan.jonssonlinkissue19009 messages
2013-09-13 15:53:37kristjan.jonssoncreate