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 martin.panter, serhiy.storchaka, terry.reedy
Date 2016-07-25.03:10:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469416206.08.0.426744405479.issue27611@psf.upfronthosting.co.za>
In-reply-to
Content
I could reverse the effect of test_idle calling tk.NoDefaultRoot by adding
    tk._support_default_root = 1
    tk._default_root = None
at the very end, but I take Serhiy's comment as suggesting that there should be no need.
History
Date User Action Args
2016-07-25 03:10:06terry.reedysetrecipients: + terry.reedy, martin.panter, serhiy.storchaka
2016-07-25 03:10:06terry.reedysetmessageid: <1469416206.08.0.426744405479.issue27611@psf.upfronthosting.co.za>
2016-07-25 03:10:06terry.reedylinkissue27611 messages
2016-07-25 03:10:05terry.reedycreate