[issue12215] TextIOWrapper: issues with interlaced read-write

STINNER Victor report at bugs.python.org
Sat Jun 4 00:02:40 CEST 2011


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

> If I understand, the essence of the patch is to do
> the file positioning automatically internally when needed.

My patch is just a proposition to fix the issue. I wrote "I suppose that we can do better": self.seek(self.tell()) is more a workaround than a real fix. I don't understand why it does fix this bug :-)

----------

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


More information about the Python-bugs-list mailing list