summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
diff options
context:
space:
mode:
authorDavid Wolever <david@wolever.net>2013-05-23 21:51:58 (GMT)
committerDavid Wolever <david@wolever.net>2013-05-23 21:51:58 (GMT)
commitc23ca48cce69760093ca54751d2c1d0c91759a86 (patch)
treedd845c22e4df16d556f00442b857b85e44b0eca6 /Lib/idlelib/PyShell.py
parentbd9cbf0064c6daa37ac7d6151205acf2f7b24e1c (diff)
parent668b0058a381b1e44e3d053cc949fb1875d7f107 (diff)
downloadcpython-c23ca48cce69760093ca54751d2c1d0c91759a86.zip
cpython-c23ca48cce69760093ca54751d2c1d0c91759a86.tar.gz
cpython-c23ca48cce69760093ca54751d2c1d0c91759a86.tar.bz2
Clean merge
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")