[New-bugs-announce] [issue15319] IDLE - input() is broken.

Roger Serwy report at bugs.python.org
Tue Jul 10 21:28:48 CEST 2012


New submission from Roger Serwy <roger.serwy at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15319>
_______________________________________


More information about the New-bugs-announce mailing list