summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-01-29 19:10:26 (GMT)
committerNed Deily <nad@acm.org>2011-01-29 19:10:26 (GMT)
commit5c2d330662ea1a74f02ba647511a130bfccebe36 (patch)
treea3fba6d2a9e51d67fa46ae6d3086bde439fdb136 /Misc
parente59e4c5e563a563e2df01a03a67ac393f7a02e9f (diff)
downloadcpython-5c2d330662ea1a74f02ba647511a130bfccebe36.zip
cpython-5c2d330662ea1a74f02ba647511a130bfccebe36.tar.gz
cpython-5c2d330662ea1a74f02ba647511a130bfccebe36.tar.bz2
Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save
commands. (with release manager approval for 3.2rc2)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 49e2341..66705e6 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.