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 roger.serwy
Recipients roger.serwy
Date 2008-04-27.18:02:34
SpamBayes Score 0.012055134
Marked as misclassified No
Message-id <1209319360.66.0.583090952017.issue2704@psf.upfronthosting.co.za>
In-reply-to
Content
See attached diff file. Patching PyShell.py Version 1.2.1

PyShell ignores letter/number key presses when the cursor is not on the
command line. Instead it should redirect any letter/number key presses
to the command line. (Changed ModifiedUndoDelegator)

Also, up/down arrow presses should scroll through history when the
cursor is on the command line. But when the cursor is not on the command
line, the arrow keys should move around the PyShell window. (Added new
bindings with conditional logic)
History
Date User Action Args
2008-04-27 18:02:41roger.serwysetspambayes_score: 0.0120551 -> 0.012055134
recipients: + roger.serwy
2008-04-27 18:02:40roger.serwysetspambayes_score: 0.0120551 -> 0.0120551
messageid: <1209319360.66.0.583090952017.issue2704@psf.upfronthosting.co.za>
2008-04-27 18:02:38roger.serwylinkissue2704 messages
2008-04-27 18:02:37roger.serwycreate