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 loewis
Recipients Ramchandra Apte, loewis, ned.deily, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-11.06:15:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341987323.59.0.508851504958.issue15319@psf.upfronthosting.co.za>
In-reply-to
Content
I think the issue is grossly underspecified. The title of the issue is "sys.stdin is broken" which says nothing about the way in which it is broken. Taking Roger's literal description, and his msg165191, the complaint is that input() no longer works, as doesn't readline and isatty.

Since this was what Roger opened the issue for, I declare this to be the issue being dealt with here. I agree that Serhiy's patch is a proper resolution of the issue.

Roger, please refrain from trying to put issues in a broader scope, unless you make an explicit specification what exactly is in scope and what is out of scope. I readily agree that there are many issues with stdin and stdout in IDLE; I don't agree that easily that they all deserve being resolved. I entirely, completely, absolutely disagree that they are related to what you originally submitted as this issue, as I firmly, deeply convinced believe that the fixes to the other issues will be different from the proper fix to this issue. So please, please, please don't mix issues.
History
Date User Action Args
2012-07-11 06:15:23loewissetrecipients: + loewis, terry.reedy, ned.deily, roger.serwy, Ramchandra Apte, serhiy.storchaka
2012-07-11 06:15:23loewissetmessageid: <1341987323.59.0.508851504958.issue15319@psf.upfronthosting.co.za>
2012-07-11 06:15:22loewislinkissue15319 messages
2012-07-11 06:15:21loewiscreate