[issue11716] mixing calls to io.TextIOWrapper.write and io.BufferedWriter.write produces undefined results

Sean Sherrard report at bugs.python.org
Wed Mar 30 02:00:22 CEST 2011


Sean Sherrard <mssherrard at gmail.com> added the comment:

Never mind, I didn't realize that TextIOWrapper was doing its own buffering. The behaviour makes sense to me now after reading textio.c

----------
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list