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 Guilherme.Simões, Todd.Rovito, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-04-28.07:36:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367134587.37.0.843145173138.issue17838@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Serhiy that the patch should be updated to better explain why the extra reference to stdin was being held. The attached patch provides that update in case anyone considers applying it in the future.

Terry, are you suggesting that the code should read like "sys.__stdin__ = sys.stdin" within MyHandler in Lib/idlelib/run.py ?
History
Date User Action Args
2013-04-28 07:36:27roger.serwysetrecipients: + roger.serwy, terry.reedy, Todd.Rovito, serhiy.storchaka, Guilherme.Simões
2013-04-28 07:36:27roger.serwysetmessageid: <1367134587.37.0.843145173138.issue17838@psf.upfronthosting.co.za>
2013-04-28 07:36:27roger.serwylinkissue17838 messages
2013-04-28 07:36:27roger.serwycreate