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 ezio.melotti, r.david.murray, serhiy.storchaka, zach.ware
Date 2013-07-18.15:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374161900.43.0.881425486921.issue18492@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch to implement the idea I posted in issue18258, msg193242.  The patch also removes usage of "support.use_resources = ['<resource>']" from the test package since it is no longer needed.

(No test_main -> unittest.main conversions are done in this patch; the modules changed that still us. test_main are either covered by another issue or are more complex than a simple remove-and-replace conversion, and so I didn't want to lump them into this patch)
History
Date User Action Args
2013-07-18 15:38:20zach.waresetrecipients: + zach.ware, ezio.melotti, r.david.murray, serhiy.storchaka
2013-07-18 15:38:20zach.waresetmessageid: <1374161900.43.0.881425486921.issue18492@psf.upfronthosting.co.za>
2013-07-18 15:38:20zach.warelinkissue18492 messages
2013-07-18 15:38:20zach.warecreate