summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-11-24 05:26:16 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-11-24 05:26:16 (GMT)
commit2303b1c19abd79c94da327d630cbac6f4e83a05c (patch)
treee410f1186e18cd3d9e0d1a1d1d478b57ecff0562 /Lib/idlelib/NEWS.txt
parent5f4e45d66f3ed30f0275aba8d76c4fb34403bb9c (diff)
downloadcpython-2303b1c19abd79c94da327d630cbac6f4e83a05c.zip
cpython-2303b1c19abd79c94da327d630cbac6f4e83a05c.tar.gz
cpython-2303b1c19abd79c94da327d630cbac6f4e83a05c.tar.bz2
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.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 0f0df28..1ec735f 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,10 @@ What's New in IDLE 1.0+?
*Release date: XX-XXX-2003*
+- 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
+
- After an exception, run.py was not setting the exception vector. Noam
Raphael suggested correcting this so pdb's postmortem pm() would work.
IDLEfork Patch 844675