]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove obsolete 'script' menu.
authorGuido van Rossum <guido@python.org>
Thu, 22 Apr 1999 23:09:23 +0000 (23:09 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Apr 1999 23:09:23 +0000 (23:09 +0000)
Tools/idle/Bindings.py

index f66d1188be85396109f89cf5aaf8a8f65f84aca7..a2c7aa303f8844b163c11a11d63e011e120031a2 100644 (file)
@@ -35,11 +35,6 @@ menudefs = [
    ('_Paste', '<<Paste>>'),
    ('Select _All', '<<select-all>>'),
   ]),
- ('script', [
-   ('Run module', '<<run-module>>'),
-   ('Run script', '<<run-script>>'),
-   ('New shell', '<<new-shell>>'),
-  ]),
  ('debug', [
    ('_Go to file/line', '<<goto-file-line>>'),
    ('_Stack viewer', '<<open-stack-viewer>>'),