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

Antoine Pitrou report at bugs.python.org
Sat Jul 23 20:16:34 CEST 2011


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

Hmm, one problem is that the C TextIOWrapper buffers writes. We would need an additional constructor parameter to prevent that :/

----------

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


More information about the Python-bugs-list mailing list