diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-14 02:03:44 (GMT) |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-14 02:03:44 (GMT) |
| commit | 1c49ec0df03069bdd2899d1b0f3f9b746c1bf80e (patch) | |
| tree | 76a557ced121c957c4ce78d1c02653457b1e48d8 /Lib/idlelib/Bindings.py | |
| parent | a20c72a2641f05997f79c33b047cfbf064c6779c (diff) | |
| download | cpython-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.py | 1 |
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', [ |
