]> granicus.if.org Git - python/commit
Always handle non-handled events before destoying root widget in tests.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Oct 2014 17:35:30 +0000 (20:35 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Oct 2014 17:35:30 +0000 (20:35 +0300)
commit4cfb5bee89965c7b85772ee2d0c3bf689acd23b2
tree0c1ec46a9575a1bc26cae1e9538169c5b596f4f8
parent2ac7a89843c75a590b5994d89e99744baea29cf2
Always handle non-handled events before destoying root widget in tests.
This gets rid of  Tcl warnings when they are handled later when the root is
already destroyed.
Lib/tkinter/test/support.py