[issue9290] IDLE and Command line present different behavior for sys.stdin

Serhiy Storchaka report at bugs.python.org
Wed Oct 10 19:00:19 CEST 2012


Serhiy Storchaka added the comment:

The proposed patches make the behavior of sys.std* files in IDLE more similar to the behavior of sys.std* files in standard interpreter. Now sys.stdin have read() and readlines() methods. The source code is simplified.

----------
nosy: +kbk, loewis, serhiy.storchaka
versions: +Python 2.7, Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list