diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-12-18 17:21:30 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-12-18 17:21:30 (GMT) |
commit | 28b77ece829110379a4ea3d9e45246b69ed5df67 (patch) | |
tree | 8f652442cdf75f37678bbbe011767252986dccd0 /Misc | |
parent | 9d254f70928644cb573b0321c912eaabd012bfc4 (diff) | |
download | cpython-28b77ece829110379a4ea3d9e45246b69ed5df67.zip cpython-28b77ece829110379a4ea3d9e45246b69ed5df67.tar.gz cpython-28b77ece829110379a4ea3d9e45246b69ed5df67.tar.bz2 |
Merged revisions 87374 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87374 | r.david.murray | 2010-12-18 12:19:10 -0500 (Sat, 18 Dec 2010) | 8 lines
#10404: Use ctl-button-1 for context menus on OSX Idle.
This provides access to the context menus where they previously could
not be accessed due to the way OSX Tk binds buttons. It also
improves platform consistency.
Patch by Ned Deily.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Core and Builtins Library ------- +- Issue #10404: Use ctl-button-1 on OSX for the context menu in Idle. + - Issue #4188: Avoid creating dummy thread objects when logging operations from the threading module (with the internal verbose flag activated). |