◐ Shell
clean mode source ↗

Message 185691 - Python tracker

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.