]> granicus.if.org Git - python/commit
Fix for issue3559: No preferences menu in IDLE on OSX
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 2 Jan 2009 12:59:32 +0000 (12:59 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 2 Jan 2009 12:59:32 +0000 (12:59 +0000)
commit8c95484cff12e96356f67d31e3fa5e5aa7dbd5ca
tree444aa92146264dba74694e8ce9fd7da8244d2d4e
parent862359e2e6d11bcc100bcf8f62d6205439358f89
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