diff options
author | Ned Deily <nad@acm.org> | 2011-01-29 19:22:26 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-01-29 19:22:26 (GMT) |
commit | 26d55edc2f7e70cca6886ecadebf7e5f11950b83 (patch) | |
tree | b64d2f2760dfc323417a69ac55fedf5933409dbf /Misc | |
parent | 87bb6e9b2f448d5e34e1e841d59bc5e4c20039bd (diff) | |
download | cpython-26d55edc2f7e70cca6886ecadebf7e5f11950b83.zip cpython-26d55edc2f7e70cca6886ecadebf7e5f11950b83.tar.gz cpython-26d55edc2f7e70cca6886ecadebf7e5f11950b83.tar.bz2 |
Merged revisions 88236 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r88236 | ned.deily | 2011-01-29 11:10:26 -0800 (Sat, 29 Jan 2011) | 3 lines
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
@@ -37,6 +37,9 @@ Core and Builtins Library ------- +- Issue #11052: Correct IDLE menu accelerators on Mac OS X for Save + commands. + - Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 conversion. |