[issue9971] Optimize BufferedReader.readinto

Benjamin Peterson report at bugs.python.org
Thu May 5 06:46:07 CEST 2011


Benjamin Peterson <benjamin at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9971>
_______________________________________


More information about the Python-bugs-list mailing list