]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Keybindings with the Shift modifier now work correctly. So do bindings
authorKurt B. Kaiser <kbk@shore.net>
Mon, 24 Nov 2003 05:26:16 +0000 (05:26 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 24 Nov 2003 05:26:16 +0000 (05:26 +0000)
commit2303b1c19abd79c94da327d630cbac6f4e83a05c
treee410f1186e18cd3d9e0d1a1d1d478b57ecff0562
parent5f4e45d66f3ed30f0275aba8d76c4fb34403bb9c
Keybindings with the Shift modifier now work correctly.  So do bindings
which use the Space key.  Limit unmodified user keybindings to the
function keys.
Python Bug 775353, IDLEfork Bugs 755647, 761557

Improve error handling during startup if there's no Tkinter.

M NEWS.txt
M PyShell.py
M config-keys.def
M configHandler.py
M keybindingDialog.py

Backport candidate.
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/config-keys.def
Lib/idlelib/configHandler.py
Lib/idlelib/keybindingDialog.py