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 terry.reedy
Recipients ned.deily, serhiy.storchaka, terry.reedy, xiang.zhang, zach.ware
Date 2016-09-01.01:27:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472693265.21.0.0163985346391.issue27918@psf.upfronthosting.co.za>
In-reply-to
Content
Some time ago I tried adding 'root.withdraw' to idle_test files that used tkinter to stop the widget flashing.  This never worked completely.  Now I know why -- it was the test.support import.  Knowing this now, I opened #27922 to add 'root.withdraw' where else needed.  With support.__init__ patched, idle tests in 3.6 are currently flash-free, with -ugui, and 2.7 and 3.5 should be also.  So unless there is objection by tomorrow, I will patch all three versions.  I want the import flash suppressed even when -ugui is passed.
History
Date User Action Args
2016-09-01 01:27:45terry.reedysetrecipients: + terry.reedy, ned.deily, zach.ware, serhiy.storchaka, xiang.zhang
2016-09-01 01:27:45terry.reedysetmessageid: <1472693265.21.0.0163985346391.issue27918@psf.upfronthosting.co.za>
2016-09-01 01:27:45terry.reedylinkissue27918 messages
2016-09-01 01:27:45terry.reedycreate