[issue31930] IDLE: Pressing "Home" on Windows places cursor before ">>>"

Terry J. Reedy report at bugs.python.org
Mon Feb 5 03:05:16 EST 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

On #32761, Raymond reports that is ^A ('Home' for him) is bound to <<beginning-of-line>>, he sees the same behavior.  So this is not Windows only.

Any change to EditorWindow.home_callback must be tested on all 3 major systems before merging.

I hope to fix this and other Shell issues by separating prompt and code entry, in a proposal-in-progress, but home_callback would still need editing.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31930>
_______________________________________


More information about the Python-bugs-list mailing list