[issue12116] io.Buffer*.seek() doesn't seek if "seeking leaves us inside the current buffer"

STINNER Victor report at bugs.python.org
Thu May 19 18:07:20 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Note: _pyio.BufferedReader(), _pyio.BufferedWriter(), _pyio.BufferedRandom() don't use this optimization. They might be patched too.

----------

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


More information about the Python-bugs-list mailing list