This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, roger.serwy, terry.reedy
Date 2013-03-31.23:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364771173.72.0.051989587695.issue14254@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-31 23:06:13ned.deilysetrecipients: + ned.deily, terry.reedy, roger.serwy
2013-03-31 23:06:13ned.deilysetmessageid: <1364771173.72.0.051989587695.issue14254@psf.upfronthosting.co.za>
2013-03-31 23:06:13ned.deilylinkissue14254 messages
2013-03-31 23:06:13ned.deilycreate