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 Ramchandra Apte, loewis, ned.deily, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-11.08:51:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341996740.4993.3.camel@raxxla>
In-reply-to <1341976336.43.0.822226950941.issue15319@psf.upfronthosting.co.za>
Content
> title: IDLE - input() is broken. -> IDLE - sys.stdin is broken.

Well, now, with the modified header, I'm not going to open a separate
issue. Here is a patch that fixes almost all IDLE sys.std* issues.
Files
File name Uploaded
idle_stdstreams.patch serhiy.storchaka, 2012-07-11.08:51:55
History
Date User Action Args
2012-07-11 08:51:58serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, ned.deily, roger.serwy, python-dev, Ramchandra Apte
2012-07-11 08:51:57serhiy.storchakalinkissue15319 messages
2012-07-11 08:51:56serhiy.storchakacreate