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

Ronald Oussoren report at bugs.python.org
Wed Apr 10 16:51:15 CEST 2013


Ronald Oussoren added the comment:

The trigger for the customizations is probably too specific. The primary reason for a having a check that's more specific than 'if sys.platform == "darwin"' is to avoid using the customizations when someone uses an X11 build of Tk and I didn't know (and still don't) a way to check for a "native" Tk port.

----------
nosy: +ronaldoussoren

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


More information about the Python-bugs-list mailing list