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 terry.reedy
Date 2016-09-01.00:41:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472690515.2.0.380084768611.issue27922@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-01 00:41:55terry.reedysetrecipients: + terry.reedy
2016-09-01 00:41:55terry.reedysetmessageid: <1472690515.2.0.380084768611.issue27922@psf.upfronthosting.co.za>
2016-09-01 00:41:55terry.reedylinkissue27922 messages
2016-09-01 00:41:55terry.reedycreate