summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Bindings.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-10-14 02:03:44 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-10-14 02:03:44 (GMT)
commit1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e (patch)
tree76a557ced121c957c4ce78d1c02653457b1e48d8 /Lib/idlelib/Bindings.py
parenta20c72a2641f05997f79c33b047cfbf064c6779c (diff)
downloadcpython-1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e.zip
cpython-1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e.tar.gz
cpython-1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e.tar.bz2
Issue #24782: Finish converting the Configure Extension dialog into a new
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r--Lib/idlelib/Bindings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py
index 2072c7e..862e6ab 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -76,7 +76,6 @@ menudefs = [
]),
('options', [
('Configure _IDLE', '<<open-config-dialog>>'),
- ('Configure _Extensions', '<<open-config-extensions-dialog>>'),
None,
]),
('help', [