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 benjamin.peterson
Recipients benjamin.peterson, daniel.urban, jcon, pitrou, stutzbach
Date 2011-05-05.04:46:05
SpamBayes Score 0.037929483
Marked as misclassified No
Message-id <1304570767.76.0.0677059449481.issue9971@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see the problem. You're free to override readinto() and read() in subclasses. readinto() is just implemented in BufferedIOBase as a convenience.
History
Date User Action Args
2011-05-05 04:46:07benjamin.petersonsetrecipients: + benjamin.peterson, pitrou, stutzbach, daniel.urban, jcon
2011-05-05 04:46:07benjamin.petersonsetmessageid: <1304570767.76.0.0677059449481.issue9971@psf.upfronthosting.co.za>
2011-05-05 04:46:05benjamin.petersonlinkissue9971 messages
2011-05-05 04:46:05benjamin.petersoncreate