Terry J. Reedy added the comment:

This is also a follow-up to #27918.  Importing test.support causes a flash in 
the process of testing whether tkinter/tk work.  So I was never able to get 
IDLE tests to completely stop flashing. Adding 'root.withdraw' to 
test.support.__init__ solves the import flash, and with that fix, individual 
IDLE tests and test_idle no longer flash.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27922>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to