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 terry.reedy
Recipients Todd.Rovito, ned.deily, roger.serwy, ronaldoussoren, terry.reedy
Date 2014-03-28.00:39:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395967177.13.0.040743286986.issue17654@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-28 00:39:37terry.reedysetrecipients: + terry.reedy, ronaldoussoren, ned.deily, roger.serwy, Todd.Rovito
2014-03-28 00:39:37terry.reedysetmessageid: <1395967177.13.0.040743286986.issue17654@psf.upfronthosting.co.za>
2014-03-28 00:39:37terry.reedylinkissue17654 messages
2014-03-28 00:39:36terry.reedycreate