[issue12591] TextIOWrapper should fall back on read() if read1() doesn't exist

Antoine Pitrou report at bugs.python.org
Sat Jul 23 21:17:13 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> "write_through" is not used in _pyio.py, is it expected?

Yup, because it is actually always write-through (writes are not
cached). The argument is only there so that the signature is the same as
the C version.

----------

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


More information about the Python-bugs-list mailing list