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 Todd.Rovito
Recipients Todd.Rovito, roger.serwy, terry.reedy
Date 2013-07-14.04:44:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373777050.16.0.963661085579.issue18444@psf.upfronthosting.co.za>
In-reply-to
Content
covers point 1.1) "Pressing the Home key moves the cursor before the >>> prompt, which then makes the keyboard unresponsive."

This issues was fixed on Windows XP and Linux here http://bugs.python.org/issue3851


On Mac OS X the "home" key is control-A or function left arrow both have the same effect of moving the cursor left of prompt, which them makes the keyboard unresponsive.  I tested this with Python 3.4 and Python 2.7 on Mac OS X 10.8.4.
History
Date User Action Args
2013-07-14 04:44:10Todd.Rovitosetrecipients: + Todd.Rovito, terry.reedy, roger.serwy
2013-07-14 04:44:10Todd.Rovitosetmessageid: <1373777050.16.0.963661085579.issue18444@psf.upfronthosting.co.za>
2013-07-14 04:44:10Todd.Rovitolinkissue18444 messages
2013-07-14 04:44:09Todd.Rovitocreate