diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-14 02:03:51 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-14 02:03:51 (GMT) |
commit | 93f3542ae4501a8520cb6769db82038986ecf8d5 (patch) | |
tree | 1348dc3b5e27fe964029a1a46df1eead86b1ffe0 /Lib/idlelib/Bindings.py | |
parent | 5805ddeedb5624aa6677f5e03e6f505c9920495f (diff) | |
download | cpython-93f3542ae4501a8520cb6769db82038986ecf8d5.zip cpython-93f3542ae4501a8520cb6769db82038986ecf8d5.tar.gz cpython-93f3542ae4501a8520cb6769db82038986ecf8d5.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.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 226671c..ab25ff1 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -78,7 +78,6 @@ menudefs = [ ]), ('options', [ ('Configure _IDLE', '<<open-config-dialog>>'), - ('Configure _Extensions', '<<open-config-extensions-dialog>>'), None, ]), ('help', [ |