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-07-28.03:04:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469675068.09.0.412407912627.issue27636@psf.upfronthosting.co.za>
In-reply-to
Content
idlelib.idle_test.htest
Extract a App(Tk) subclass from run function and nested function.  Pass that as master instead of bare root. Extract HTest(Toplevel) class with the common code in files with an htest function.  Attach HTest to App as an attribute so htest functions can instantiate or subclass.
History
Date User Action Args
2016-07-28 03:04:28terry.reedysetrecipients: + terry.reedy
2016-07-28 03:04:28terry.reedysetmessageid: <1469675068.09.0.412407912627.issue27636@psf.upfronthosting.co.za>
2016-07-28 03:04:27terry.reedylinkissue27636 messages
2016-07-28 03:04:27terry.reedycreate