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

Antoine Pitrou report at bugs.python.org
Sat Jul 23 21:41:37 CEST 2011


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

This additional patch improves universal_newlines support in subprocess (still broken with the select- and poll-based loops in communicate()).

----------
Added file: http://bugs.python.org/file22732/spnewlines.patch

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


More information about the Python-bugs-list mailing list