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 chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, gmwils, michael.foord, petri.lehtinen, pitrou
Date 2013-02-24.05:57:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361685448.23.0.991458523446.issue17283@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed here:

http://bugs.python.org/issue15305#msg182853

this issue is for Lib/test/__main__.py to share code with Lib/test/regrtest.py to minimize duplication of code:

http://hg.python.org/cpython/file/96f08a22f562/Lib/test/regrtest.py#l1594
http://hg.python.org/cpython/file/96f08a22f562/Lib/test/__main__.py#l12
History
Date User Action Args
2013-02-24 05:57:28chris.jerdoneksetrecipients: + chris.jerdonek, pitrou, ezio.melotti, michael.foord, petri.lehtinen, gmwils
2013-02-24 05:57:28chris.jerdoneksetmessageid: <1361685448.23.0.991458523446.issue17283@psf.upfronthosting.co.za>
2013-02-24 05:57:28chris.jerdoneklinkissue17283 messages
2013-02-24 05:57:27chris.jerdonekcreate