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 r.david.murray
Recipients orsenthil, pitrou, r.david.murray
Date 2011-11-23.18:13:58
SpamBayes Score 0.029126924
Marked as misclassified No
Message-id <1322072062.06.0.738377139897.issue13464@psf.upfronthosting.co.za>
In-reply-to
Content
HTTPResponse subclasses RawIOBase, but does not provide an implementation of readinto, only read.  This means that it is not conforming to the IO spec, and so it cannot be wrapped in a BufferedIOBase when using the C version of io.
History
Date User Action Args
2011-11-23 18:14:22r.david.murraysetrecipients: + r.david.murray, orsenthil, pitrou
2011-11-23 18:14:22r.david.murraysetmessageid: <1322072062.06.0.738377139897.issue13464@psf.upfronthosting.co.za>
2011-11-23 18:13:58r.david.murraylinkissue13464 messages
2011-11-23 18:13:58r.david.murraycreate