[issue12337] Need real TextIOWrapper for stdin/stdout

Terry J. Reedy report at bugs.python.org
Sat Jun 18 01:18:31 CEST 2011


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

WinXP, 3.2.0
>>> type(sys.stdin)
<class 'idlelib.rpc.RPCProxy'>
>>> sys.stdin.readline()
a
'a\n'

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list