[issue27611] test_tix cannot import _default_root after test_idle

Zachary Ware report at bugs.python.org
Sun Jul 24 23:34:54 EDT 2016


Zachary Ware added the comment:

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

----------
nosy: +zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27611>
_______________________________________


More information about the Python-bugs-list mailing list