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 zach.ware
Recipients Lita.Cho, gpolo, jesstess, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-08-22.03:18:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408677505.91.0.827886852631.issue21585@psf.upfronthosting.co.za>
In-reply-to
Content
I've been thinking on this for a while, and haven't come up with a solution that I like.  I haven't had a chance to look at #22236 yet, but I suspect it will help immensely.

Also, I have a work-in-progress patch for rearranging the tkinter tests into a test.test_tkinter subpackage.  At this point, I'm not sure if that will make this issue easier or harder to resolve, but it does take care of not using test_main for the tkinter tests.  I'm hoping to have some time to get that patch into a submittable state tomorrow, then have a good look at how it, #22236, and this issue interact.  Anyone who wants a look at where I'm going with the test_tkinter subpackage before I get it submitted, it's at http://hg.python.org/sandbox/zware/log/mv_pkg_tests/ (see the changes by doing "hg diff --git -r default -r mv_pkg_tests Lib/test/test_tkinter"; there are changes to other test packages in that branch as well that are missed by specifying Lib/test/test_tkinter).
History
Date User Action Args
2014-08-22 03:18:26zach.waresetrecipients: + zach.ware, terry.reedy, gpolo, jesstess, serhiy.storchaka, Lita.Cho
2014-08-22 03:18:25zach.waresetmessageid: <1408677505.91.0.827886852631.issue21585@psf.upfronthosting.co.za>
2014-08-22 03:18:25zach.warelinkissue21585 messages
2014-08-22 03:18:25zach.warecreate