[issue12337] Need real TextIOWrapper for stdin/stdout

Terry J. Reedy report at bugs.python.org
Sat Jun 18 06:44:16 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

That, like Antoine, I also could not reproduce, even in 3.2.0, when running under IDLE. However, with regular command line Python:
Python 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit (Intel)]
>>> import sys
>>> sys.stdin.readline()
a
'a\r\n'
so there really was a bug. If fixed in 3.2.1, this issue could be closed.

----------

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


More information about the Python-bugs-list mailing list