diff options
author | Ned Deily <nad@acm.org> | 2013-05-22 22:24:44 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-05-22 22:24:44 (GMT) |
commit | 6a00b6f4fddef79e22d9969ea7e4d4b573f62429 (patch) | |
tree | f7ee525e99675af7cce9c85135602d769daf0012 /Lib/idlelib/EditorWindow.py | |
parent | 965efe9e5efdeb53e10f181eb3d872e8f402a9fe (diff) | |
parent | 7f0882c920a9a3e3c7244f84743170dcf2324843 (diff) | |
download | cpython-6a00b6f4fddef79e22d9969ea7e4d4b573f62429.zip cpython-6a00b6f4fddef79e22d9969ea7e4d4b573f62429.tar.gz cpython-6a00b6f4fddef79e22d9969ea7e4d4b573f62429.tar.bz2 |
Issue #17532: merge
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r-- | Lib/idlelib/EditorWindow.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py index 7255a44..6bb5301 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -463,7 +463,6 @@ class EditorWindow(object): ] if macosxSupport.runningAsOSXApp(): - del menu_specs[-3] menu_specs[-2] = ("windows", "_Window") |