diff options
author | Ned Deily <nad@acm.org> | 2011-01-29 19:10:26 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-01-29 19:10:26 (GMT) |
commit | 5c2d330662ea1a74f02ba647511a130bfccebe36 (patch) | |
tree | a3fba6d2a9e51d67fa46ae6d3086bde439fdb136 /Misc | |
parent | e59e4c5e563a563e2df01a03a67ac393f7a02e9f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |