New submission from Roger Serwy <roger.se...@gmail.com>: 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. ---------- components: IDLE files: stdin_fix.patch keywords: patch messages: 165198 nosy: loewis, ned.deily, serwy, terry.reedy priority: normal severity: normal status: open title: IDLE - input() is broken. versions: Python 2.7, Python 3.3 Added file: http://bugs.python.org/file26344/stdin_fix.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15319> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com