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 terry.reedy
Recipients amaury.forgeotdarc, pitrou, r_mosaic, terry.reedy, vstinner
Date 2011-06-17.23:18:30
SpamBayes Score 0.055011343
Marked as misclassified No
Message-id <1308352711.05.0.663746742217.issue12337@psf.upfronthosting.co.za>
In-reply-to
Content
WinXP, 3.2.0
>>> type(sys.stdin)
<class 'idlelib.rpc.RPCProxy'>
>>> sys.stdin.readline()
a
'a\n'
History
Date User Action Args
2011-06-17 23:18:31terry.reedysetrecipients: + terry.reedy, amaury.forgeotdarc, pitrou, vstinner, r_mosaic
2011-06-17 23:18:31terry.reedysetmessageid: <1308352711.05.0.663746742217.issue12337@psf.upfronthosting.co.za>
2011-06-17 23:18:30terry.reedylinkissue12337 messages
2011-06-17 23:18:30terry.reedycreate