commit | 3f752ab22e369bd664bbce395099f263e3cff784 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Sat Dec 18 17:22:18 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Sat Dec 18 17:22:18 2010 +0000 |
tree | 4b592389c70b6e2d64d4f105cfb4b7086c62c840 | |
parent | cfe0c1631cc6a96b4b0e483a8cbbeea5c7c7a430 [diff] |
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. ........