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 ncoghlan
Recipients chris.jerdonek, eric.araujo, ezio.melotti, loewis, ncoghlan, pitrou, r.david.murray
Date 2013-03-31.06:25:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364711149.36.0.796833305798.issue15494@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, it was only when we went to add "test.pkg_helper" (so that test_runpy and test_pkgutil could share it) that we put the brakes on and decided to stop making a bad situation worse and do something different.

There are probably some other helpers we could spin out over time (like those for creating test servers). It becomes much easier to do that kind of refactoring once there's an obvious place to put them without bloating the test/support.py to crazy levels.
History
Date User Action Args
2013-03-31 06:25:49ncoghlansetrecipients: + ncoghlan, loewis, pitrou, ezio.melotti, eric.araujo, r.david.murray, chris.jerdonek
2013-03-31 06:25:49ncoghlansetmessageid: <1364711149.36.0.796833305798.issue15494@psf.upfronthosting.co.za>
2013-03-31 06:25:49ncoghlanlinkissue15494 messages
2013-03-31 06:25:48ncoghlancreate