[issue17654] IDLE only customizes correctly for OS X when using framework build

Ned Deily report at bugs.python.org
Mon Feb 10 11:32:11 CET 2014


Ned Deily added the comment:

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.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file34018/issue17654.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17654>
_______________________________________


More information about the Python-bugs-list mailing list