Message165198
| 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:48 | roger.serwy | set | recipients: + roger.serwy, loewis, terry.reedy, ned.deily |
| 2012-07-10 19:28:48 | roger.serwy | set | messageid: <1341948528.44.0.0917109558085.issue15319@psf.upfronthosting.co.za> |
| 2012-07-10 19:28:47 | roger.serwy | link | issue15319 messages |
| 2012-07-10 19:28:47 | roger.serwy | create | |