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 zach.ware
Recipients martin.panter, serhiy.storchaka, terry.reedy, zach.ware
Date 2016-07-25.03:34:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469417694.71.0.735377854554.issue27611@psf.upfronthosting.co.za>
In-reply-to
Content
I think there are two bugs to be fixed here:

1) as Serhiy said, if tix needs _default_root, it should use it as tkinter._default_root instead of importing it directly

2) test_idle should not permanently modify the tkinter namespace
History
Date User Action Args
2016-07-25 03:34:54zach.waresetrecipients: + zach.ware, terry.reedy, martin.panter, serhiy.storchaka
2016-07-25 03:34:54zach.waresetmessageid: <1469417694.71.0.735377854554.issue27611@psf.upfronthosting.co.za>
2016-07-25 03:34:54zach.warelinkissue27611 messages
2016-07-25 03:34:54zach.warecreate