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 roger.serwy
Recipients loewis, ned.deily, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-11.01:47:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4FFCDB2A.70802@gmail.com>
In-reply-to <1341969232.53.0.366299555449.issue15319@psf.upfronthosting.co.za>
Content
> Same difference for readlines and writelines. I wonder how input works if it does not call sys.stdin.read()
>

Eventually IDLE makes a call to PyShell's readline.
History
Date User Action Args
2012-07-11 01:47:26roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, ned.deily, serhiy.storchaka
2012-07-11 01:47:25roger.serwylinkissue15319 messages
2012-07-11 01:47:25roger.serwycreate