summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-05-22 22:16:17 (GMT)
committerNed Deily <nad@acm.org>2013-05-22 22:16:17 (GMT)
commit674f4fa2ad1394235db032f8513af0a7b3347067 (patch)
tree836fb538beb4d0ede6057d691ce319d7a6f74e31 /Lib/idlelib/PyShell.py
parent1cf48b4adc0589dd52d123ddb6e5976c40ed2da5 (diff)
downloadcpython-674f4fa2ad1394235db032f8513af0a7b3347067.zip
cpython-674f4fa2ad1394235db032f8513af0a7b3347067.tar.gz
cpython-674f4fa2ad1394235db032f8513af0a7b3347067.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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
index 81af85a..0a77bb5 100644
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -844,7 +844,6 @@ class PyShell(OutputWindow):
]
if macosxSupport.runningAsOSXApp():
- del menu_specs[-3]
menu_specs[-2] = ("windows", "_Window")