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 ronaldoussoren
Recipients Todd.Rovito, ned.deily, roger.serwy, ronaldoussoren
Date 2013-04-10.14:51:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365605475.65.0.0505605628561.issue17654@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-10 14:51:15ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, roger.serwy, Todd.Rovito
2013-04-10 14:51:15ronaldoussorensetmessageid: <1365605475.65.0.0505605628561.issue17654@psf.upfronthosting.co.za>
2013-04-10 14:51:15ronaldoussorenlinkissue17654 messages
2013-04-10 14:51:15ronaldoussorencreate