diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-13 22:03:51 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-13 22:03:51 -0400 |
commit | 93f3542ae4501a8520cb6769db82038986ecf8d5 (patch) | |
tree | 1348dc3b5e27fe964029a1a46df1eead86b1ffe0 /Lib/idlelib/Bindings.py | |
parent | 5805ddeedb5624aa6677f5e03e6f505c9920495f (diff) | |
download | cpython-git-93f3542ae4501a8520cb6769db82038986ecf8d5.tar.gz |
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 226671ccdb..ab25ff18b6 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', [ |