diff options
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r-- | Lib/idlelib/Bindings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index e11aec595d..af6ec56bc3 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -70,12 +70,9 @@ menudefs = [ ]), ('options', [ ('_Configure IDLE...', '<<open-config-dialog>>'), -## None, -## ('Revert to _Default Settings', '<<revert-all-settings>>'), ]), ('help', [ ('_About IDLE', '<<about-idle>>'), - ('IDLE _Readme', '<<view-readme>>'), None, ('_IDLE Help', '<<help>>'), ('Python _Docs', '<<python-docs>>'), |