From: Steven M. Gava Date: Sat, 11 Aug 2001 07:42:37 +0000 (+0000) Subject: adjust help menu bindings X-Git-Tag: v2.2a3~644 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ba4df89abcd3ae3c638d2f77376f54cf97c00d5;p=thirdparty%2FPython%2Fcpython.git adjust help menu bindings --- diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 33c6c44eb0d6..1bb926d47c13 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -54,6 +54,7 @@ menudefs = [ ('_IDLE Help...', '<>'), ('Python _Documentation...', '<>'), ('_Advice...', '<>'), + ('View IDLE _Readme...', '<>'), None, ('_About IDLE...', '<>'), ]),