[issue15319] IDLE - input() is broken.

Terry J. Reedy report at bugs.python.org
Wed Jul 11 05:11:12 CEST 2012


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

Ah, sys.stdin.readline() works. So the object being proxied has readline (and write and writelines) but not read and readlines. I presume the proxy is in the user process and the actual stdin/out/err objects are in the idle process, interacting with the screen and keyboard via tkinter. Do you know what and where it is, so that we could look at it?

----------

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


More information about the Python-bugs-list mailing list