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 ned.deily
Recipients Todd.Rovito, ned.deily, roger.serwy, ronaldoussoren
Date 2014-02-10.10:32:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392028331.33.0.375676426176.issue17654@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that refactors many of the OS X customizations in IDLE based on more granular criteria, e.g. those that should apply to all Tk implementations vs those that depend on specific ones (Cocoa Tk, Carbon Tk, or X11 Tk) rather than the bogus current framework test.  This should fix the specific problem of the control-click menu not appearing in non-framework builds along with various other issues such as missing menu items when using an X11 Tk on OS X.  It does not address the issue of providing the OS X specific key set with a non-framework build: Issue20580 addresses that.
History
Date User Action Args
2014-02-10 10:32:12ned.deilysetrecipients: + ned.deily, ronaldoussoren, roger.serwy, Todd.Rovito
2014-02-10 10:32:11ned.deilysetmessageid: <1392028331.33.0.375676426176.issue17654@psf.upfronthosting.co.za>
2014-02-10 10:32:11ned.deilylinkissue17654 messages
2014-02-10 10:32:11ned.deilycreate