Terry J. Reedy <[email protected]> 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 <[email protected]>
<http://bugs.python.org/issue15319>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to