Terry J. Reedy added the comment:

You left this issue number off your tkinter test updates, such as f6f098bdb843. 
 By using .update_idletasks instead of .update, are you assuming that their are 
no user events, or that they should be ignormed?

I was wondering whether it would be Ok, if not a good idea, to run tests, and 
maybe Idle itself, with NoDefaultRoot.  I see that is already done for tkinter 
tests. I cannot use exactly the same design as AbstractTkTest since I sometimes 
do other things in setUp/tearDownClass, but I could define create_test_root() 
and delete_test_root() functions in a support file.

----------

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

Reply via email to