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 serhiy.storchaka
Recipients serhiy.storchaka, zach.ware
Date 2013-12-20.17:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387560425.15.0.978818997801.issue20035@psf.upfronthosting.co.za>
In-reply-to
Content
This looks fragile. What if some test will import tkinter after other test "unfix" the environment? I suggest unload the tkinter._fix module in unfix_environ(). Then next import should implicitly fix the environment. And explicit fix_environ() will be not needed.
History
Date User Action Args
2013-12-20 17:27:05serhiy.storchakasetrecipients: + serhiy.storchaka, zach.ware
2013-12-20 17:27:05serhiy.storchakasetmessageid: <1387560425.15.0.978818997801.issue20035@psf.upfronthosting.co.za>
2013-12-20 17:27:05serhiy.storchakalinkissue20035 messages
2013-12-20 17:27:05serhiy.storchakacreate