summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Bindings.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2004-04-24 03:01:48 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2004-04-24 03:01:48 (GMT)
commit610c7e07f3e41e1f4baf7303edc8124269c01250 (patch)
tree1e0dfe0712059f9ccf4ff6d96da42ef36a8bc01d /Lib/idlelib/Bindings.py
parent46a16f297f0249bbb0c446a80bf2ae927f971e97 (diff)
downloadcpython-610c7e07f3e41e1f4baf7303edc8124269c01250.zip
cpython-610c7e07f3e41e1f4baf7303edc8124269c01250.tar.gz
cpython-610c7e07f3e41e1f4baf7303edc8124269c01250.tar.bz2
1. Polish variables in EditorWindow extension loading and Tkinter variable code.
2. Add exception handling to EditorWindow Tkinter variable setvar() and getvar() fcns. 3. EditorWindow: remove some unneeded comments. 4. Add a separator to the Options menu 5. extend.txt: describe how to create a menu entry which has no keybinding. M Bindings.py M EditorWindow.py M extend.txt
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r--Lib/idlelib/Bindings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py
index af6ec56..b5e90b0 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -70,6 +70,7 @@ menudefs = [
]),
('options', [
('_Configure IDLE...', '<<open-config-dialog>>'),
+ None,
]),
('help', [
('_About IDLE', '<<about-idle>>'),