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 serhiy.storchaka
Recipients Geraldo.Xexeo, Jim.Jewett, a, kbk, loewis, serhiy.storchaka, taleinat
Date 2012-10-10.17:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349888419.17.0.532666629808.issue9290@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patches make the behavior of sys.std* files in IDLE more similar to the behavior of sys.std* files in standard interpreter. Now sys.stdin have read() and readlines() methods. The source code is simplified.
History
Date User Action Args
2012-10-10 17:00:19serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, kbk, taleinat, Geraldo.Xexeo, Jim.Jewett, a
2012-10-10 17:00:19serhiy.storchakasetmessageid: <1349888419.17.0.532666629808.issue9290@psf.upfronthosting.co.za>
2012-10-10 17:00:19serhiy.storchakalinkissue9290 messages
2012-10-10 17:00:19serhiy.storchakacreate