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 python-dev, serhiy.storchaka, terry.reedy
Date 2016-06-11.08:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465632195.72.0.499454302752.issue27262@psf.upfronthosting.co.za>
In-reply-to
Content
I will add a test that calls setupApp, which would have failed with an error.  I will also remove the call to _init_tk_type in setupApp, and let it be called when needed by the first isMacTk function called.  Test code can partly simulate being on a particular type of Mac by setting _tk_type.
History
Date User Action Args
2016-06-11 08:03:15terry.reedysetrecipients: + terry.reedy, python-dev, serhiy.storchaka
2016-06-11 08:03:15terry.reedysetmessageid: <1465632195.72.0.499454302752.issue27262@psf.upfronthosting.co.za>
2016-06-11 08:03:15terry.reedylinkissue27262 messages
2016-06-11 08:03:15terry.reedycreate