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 brett.cannon, ezio.melotti, zach.ware
Date 2013-02-27.21:48:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362001721.85.0.416982491929.issue17079@psf.upfronthosting.co.za>
In-reply-to
Content
Version 1 converts test_main() into load_tests().  Version 2 removes the now unnecessary import of run_unittest from support; thank you to Ezio for reminding me to look at imports in these patches.
History
Date User Action Args
2013-02-27 21:48:41zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-02-27 21:48:41zach.waresetmessageid: <1362001721.85.0.416982491929.issue17079@psf.upfronthosting.co.za>
2013-02-27 21:48:41zach.warelinkissue17079 messages
2013-02-27 21:48:41zach.warecreate