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 r.david.murray
Recipients BreamoreBoy, Rodrigue.Alcazar, ezio.melotti, michael.foord, ncoghlan, pitrou, r.david.murray
Date 2015-04-09.02:18:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428545898.76.0.548742685543.issue9517@psf.upfronthosting.co.za>
In-reply-to
Content
Script helpers has been "made more discoverable" by moving it into the test.support namespace, but it has not been documented in the test.support docs.  I can no longer remember if this is intentional or not.  Regardless, this issue is still valid insofar as there are probably a number of places in the test suite where script_helpers can be used that they aren't being used.  We probably don't want a multi-module changeset, though, so this could become a meta issue for new issues for converting particular test files to use script_helpers.
History
Date User Action Args
2015-04-09 02:18:18r.david.murraysetrecipients: + r.david.murray, ncoghlan, pitrou, ezio.melotti, michael.foord, BreamoreBoy, Rodrigue.Alcazar
2015-04-09 02:18:18r.david.murraysetmessageid: <1428545898.76.0.548742685543.issue9517@psf.upfronthosting.co.za>
2015-04-09 02:18:18r.david.murraylinkissue9517 messages
2015-04-09 02:18:18r.david.murraycreate