]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Python Documentation entry to Help menu.
authorGuido van Rossum <guido@python.org>
Thu, 26 Aug 1999 23:06:22 +0000 (23:06 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 26 Aug 1999 23:06:22 +0000 (23:06 +0000)
Tools/idle/Bindings.py

index a2c7aa303f8844b163c11a11d63e011e120031a2..ede07b856624d43ea21d241431a1c9b3647b23ce 100644 (file)
@@ -43,6 +43,7 @@ menudefs = [
   ]),
  ('help', [
    ('_Help...', '<<help>>'),
+   ('Python _Documentation...', '<<python-docs>>'),
    None,
    ('_About IDLE...', '<<about-idle>>'),
   ]),
@@ -52,3 +53,5 @@ if sys.platform == 'win32':
     default_keydefs = windows_keydefs
 else:
     default_keydefs = unix_keydefs
+
+del sys