[issue15318] IDLE - sys.stdin is writeable

Serhiy Storchaka report at bugs.python.org
Thu Jul 12 18:04:38 CEST 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

>>> sys.stdin.write('qwe')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
io.UnsupportedOperation: not writable

----------

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


More information about the Python-bugs-list mailing list