diff options
author | Ned Deily <nad@acm.org> | 2013-05-22 22:19:40 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-05-22 22:19:40 (GMT) |
commit | 7f0882c920a9a3e3c7244f84743170dcf2324843 (patch) | |
tree | f2c1965c59175d9f85c38d2a2f1fc96c9a7aff2f /Lib/idlelib/PyShell.py | |
parent | 67246127553cc69b97d13753de1d8d0c9bfffd66 (diff) | |
download | cpython-7f0882c920a9a3e3c7244f84743170dcf2324843.zip cpython-7f0882c920a9a3e3c7244f84743170dcf2324843.tar.gz cpython-7f0882c920a9a3e3c7244f84743170dcf2324843.tar.bz2 |
Issue #17532: Always include Options menu for IDLE on OS X.
Patch by Guilherme Simões.
Diffstat (limited to 'Lib/idlelib/PyShell.py')
-rw-r--r-- | Lib/idlelib/PyShell.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 1805644..34882a6 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -822,7 +822,6 @@ class PyShell(OutputWindow): ] if macosxSupport.runningAsOSXApp(): - del menu_specs[-3] menu_specs[-2] = ("windows", "_Window") |