]> granicus.if.org Git - python/commit
Merged revisions 87374 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 17:22:18 +0000 (17:22 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 17:22:18 +0000 (17:22 +0000)
commit3f752ab22e369bd664bbce395099f263e3cff784
tree4b592389c70b6e2d64d4f105cfb4b7086c62c840
parentcfe0c1631cc6a96b4b0e483a8cbbeea5c7c7a430
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.
........
Lib/idlelib/EditorWindow.py
Misc/NEWS