From: Ned Deily Date: Sat, 29 Jan 2011 19:10:26 +0000 (+0000) Subject: Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save X-Git-Tag: v3.2rc2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c2d330662ea1a74f02ba647511a130bfccebe36;p=python Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save commands. (with release manager approval for 3.2rc2) --- diff --git a/Lib/idlelib/config-keys.def b/Lib/idlelib/config-keys.def index fb0aaf4dc1..fdc35ba7b5 100644 --- a/Lib/idlelib/config-keys.def +++ b/Lib/idlelib/config-keys.def @@ -176,7 +176,7 @@ comment-region = redo = close-window = restart-shell = -save-window-as-file = +save-window-as-file = close-all-windows = view-restart = tabify-region = @@ -208,7 +208,7 @@ open-new-window = open-module = find-selection = python-context-help = -save-copy-of-window-as-file = +save-copy-of-window-as-file = open-window-from-file = python-docs = diff --git a/Misc/NEWS b/Misc/NEWS index 49e2341a52..66705e66e2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -16,6 +16,9 @@ Core and Builtins Library ------- +- Issue #11052: Correct IDLE menu accelerators on Mac OS X for Save + commands. + - Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, preventing a confusing hung appearance on OS X with the windows obscured.