This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wordtech
Recipients wordtech
Date 2009-05-20.22:25:22
SpamBayes Score 5.778182e-07
Marked as misclassified No
Message-id <1242858324.92.0.20433040915.issue6075@psf.upfronthosting.co.za>
In-reply-to
Content
In version 8.6 of Tk (now in beta stage), Tk on OS X will be built on top 
of the Cocoa API, replacing the deprecated Carbon API. Tk-Cocoa implements 
some UI behaviors (help menu, application menu) differently than Tk-
Carbon. The attached files patch IDLE to detect whether Tk is built on top 
of Cocoa or Carbon, and implement the correct UI behavior.
History
Date User Action Args
2009-05-20 22:25:25wordtechsetrecipients: + wordtech
2009-05-20 22:25:24wordtechsetmessageid: <1242858324.92.0.20433040915.issue6075@psf.upfronthosting.co.za>
2009-05-20 22:25:23wordtechlinkissue6075 messages
2009-05-20 22:25:23wordtechcreate