commit | 0ba4df89abcd3ae3c638d2f77376f54cf97c00d5 | [log] [tgz] |
---|---|---|
author | Steven M. Gava <elguavas@python.net> | Sat Aug 11 07:42:37 2001 +0000 |
committer | Steven M. Gava <elguavas@python.net> | Sat Aug 11 07:42:37 2001 +0000 |
tree | 59ec845a34e04030fe0c91bea88f3865edd93e85 | |
parent | 38507ae614b2b5ef4a888e3b94a3707576021291 [diff] [blame] |
adjust help menu bindings
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 @@ ('_IDLE Help...', '<<help>>'), ('Python _Documentation...', '<<python-docs>>'), ('_Advice...', '<<good-advice>>'), + ('View IDLE _Readme...', '<<view-readme>>'), None, ('_About IDLE...', '<<about-idle>>'), ]),