]> granicus.if.org Git - python/commit
Recorded merge of revisions 68153 via svnmerge from
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 2 Jan 2009 13:10:34 +0000 (13:10 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 2 Jan 2009 13:10:34 +0000 (13:10 +0000)
commite9f8bf023a2293e4948b492b6aea34007c2c0197
tree2f05be10897438d88daf726875b4368c072e0b45
parentaf1186071a3666277da8725e19056282d407fd5b
Recorded merge of revisions 68153 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68153 | ronald.oussoren | 2009-01-02 13:59:32 +0100 (Fri, 02 Jan 2009) | 10 lines

  Fix for issue3559: No preferences menu in IDLE on OSX

  1) Add a comment to the help file to that points to the
     preferences menu.

  2) An earlier checkin tried to detect Tk >= 8.10.14,
     but did this in the wrong way. The end result of this
     was that the IDLE->Preferences... menu got surpressed
     when using the system version of Tcl/Tk
........
Lib/idlelib/NEWS.txt
Lib/idlelib/help.txt
Lib/idlelib/macosxSupport.py