]> granicus.if.org Git - python/commit
Merged revisions 87374 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 17:21:30 +0000 (17:21 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 17:21:30 +0000 (17:21 +0000)
commit28b77ece829110379a4ea3d9e45246b69ed5df67
tree8f652442cdf75f37678bbbe011767252986dccd0
parent9d254f70928644cb573b0321c912eaabd012bfc4
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