From 7f0882c920a9a3e3c7244f84743170dcf2324843 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Wed, 22 May 2013 15:19:40 -0700 Subject: Issue #17532: Always include Options menu for IDLE on OS X. Patch by Guilherme Simões. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/idlelib/PyShell.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/idlelib/PyShell.py') diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 1805644b6ec..34882a6bf44 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") -- cgit v1.2.3