Message 165222 - Python tracker

Message165222

Author terry.reedy
Recipients loewis, ned.deily, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-11.03:11:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341976272.16.0.0588233627683.issue15319@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-07-11 03:11:12terry.reedysetrecipients: + terry.reedy, loewis, ned.deily, roger.serwy, serhiy.storchaka
2012-07-11 03:11:12terry.reedysetmessageid: <1341976272.16.0.0588233627683.issue15319@psf.upfronthosting.co.za>
2012-07-11 03:11:11terry.reedylinkissue15319 messages
2012-07-11 03:11:11terry.reedycreate