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

Terry J. Reedy report at bugs.python.org
Fri Mar 28 01:39:37 CET 2014


Terry J. Reedy added the comment:

If I understand the Bindings.py patch, the fragility changed from "If you edit menudefs, edit the Mac block that follows" to "If you change (e sections of) menudefs, edit macosxSupport.overrideRootMenu". That seems like a wash to me, except for the narrowing down of which sections might later be patched.

Every thing else that is not a change to macosSupport is guarded by macosSupport.xxx or 'darwin', so none from me.

----------

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


More information about the Python-bugs-list mailing list