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 jcon
Recipients benjamin.peterson, daniel.urban, jcon, pitrou, stutzbach
Date 2011-05-05.20:58:02
SpamBayes Score 3.6662093e-06
Marked as misclassified No
Message-id <1304629086.4.0.608262018582.issue9971@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch draft for buffered_readinto(). patchcheck removed some whitespace as well.

Daniel, I agree. BufferedReader.readinto seemingly defeats the purpose of using a BufferedReader to begin with. Though, for the difference Antoine pointed out it makes sense (more of an accumulator).

Interesting thread about prefetch(). +1
History
Date User Action Args
2011-05-05 20:58:06jconsetrecipients: + jcon, pitrou, benjamin.peterson, stutzbach, daniel.urban
2011-05-05 20:58:06jconsetmessageid: <1304629086.4.0.608262018582.issue9971@psf.upfronthosting.co.za>
2011-05-05 20:58:03jconlinkissue9971 messages
2011-05-05 20:58:03jconcreate