This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kbk
Recipients ajaksu2, gpolo, kbk, markveldhuis
Date 2009-05-18.05:09:52
SpamBayes Score 0.00035212844
Marked as misclassified No
Message-id <1242623404.39.0.204248095894.issue3003@psf.upfronthosting.co.za>
In-reply-to
Content
>>> type(sys.stdin)
<class 'idlelib.rpc.RPCProxy'>

Don't attempt  sys.stdin._RPCProxy_methods lest you be turned to 
stone ;-)

We didn't implement all the features of stdin as it didn't seem 
necessary.  Did you have a specific reason to access 
stdin.fileno() ?

stdin/out/err support communications between the subprocess and 
the IDLE GUI through a socket.  They are redirected in the GUI and 
proxied in the subprocess.
History
Date User Action Args
2009-05-18 05:10:07kbksetrecipients: + kbk, ajaksu2, gpolo, markveldhuis
2009-05-18 05:10:04kbksetmessageid: <1242623404.39.0.204248095894.issue3003@psf.upfronthosting.co.za>
2009-05-18 05:09:59kbklinkissue3003 messages
2009-05-18 05:09:54kbkcreate