[issue14254] IDLE - shell restart or closing during readline does not exit nested event loop

Ned Deily report at bugs.python.org
Mon Apr 1 01:06:13 CEST 2013


Ned Deily added the comment:

With the rev1 patch (on OS X), the cursor seems to end up on the wrong line after the restart:

>>> import sys
>>> sys.stdin.readline()

>>> ================================ RESTART ================================
>>> 
*Cursor left here at (*), i.e. the left margin of the next line, not on the same line as the ">>> " prompt.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14254>
_______________________________________


More information about the Python-bugs-list mailing list