diff options
author | Steven M. Gava <elguavas@python.net> | 2001-08-11 07:42:37 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-08-11 07:42:37 (GMT) |
commit | 0ba4df89abcd3ae3c638d2f77376f54cf97c00d5 (patch) | |
tree | 59ec845a34e04030fe0c91bea88f3865edd93e85 /Lib/idlelib | |
parent | 38507ae614b2b5ef4a888e3b94a3707576021291 (diff) | |
download | cpython-0ba4df89abcd3ae3c638d2f77376f54cf97c00d5.zip cpython-0ba4df89abcd3ae3c638d2f77376f54cf97c00d5.tar.gz cpython-0ba4df89abcd3ae3c638d2f77376f54cf97c00d5.tar.bz2 |
adjust help menu bindings
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/Bindings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 33c6c44..1bb926d 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -54,6 +54,7 @@ menudefs = [ ('_IDLE Help...', '<<help>>'), ('Python _Documentation...', '<<python-docs>>'), ('_Advice...', '<<good-advice>>'), + ('View IDLE _Readme...', '<<view-readme>>'), None, ('_About IDLE...', '<<about-idle>>'), ]), |