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, terry.reedy
Date 2012-07-10.19:28:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341948528.44.0.0917109558085.issue15319@psf.upfronthosting.co.za>
In-reply-to
Content
Per Martin's request in msg165197, this issue has been separated from Issue13532.

The newly introduced _RPCFile object in run.py (422242dbce30) inherits from io.TextIOBase which has "readline" as one of its methods. As a result, IDLE's internal call readline are not handled properly.

The stdin_fix.patch provides a fix for readline and isatty.
History
Date User Action Args
2012-07-10 19:28:48roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, ned.deily
2012-07-10 19:28:48roger.serwysetmessageid: <1341948528.44.0.0917109558085.issue15319@psf.upfronthosting.co.za>
2012-07-10 19:28:47roger.serwylinkissue15319 messages
2012-07-10 19:28:47roger.serwycreate