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, ncoghlan, pitrou
Date 2012-07-30.01:40:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343612449.47.0.119568775339.issue15494@psf.upfronthosting.co.za>
In-reply-to
Content
If people are okay with populating test/support/__init__.py with code (at least initially), the first patch could be to move support.py into test/support/__init__.py.  One nice thing about this approach is that the calling code won't need to change. 

The second patch could be to move test/script_helper.py into the package.
History
Date User Action Args
2012-07-30 01:40:49chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, pitrou
2012-07-30 01:40:49chris.jerdoneksetmessageid: <1343612449.47.0.119568775339.issue15494@psf.upfronthosting.co.za>
2012-07-30 01:40:48chris.jerdoneklinkissue15494 messages
2012-07-30 01:40:48chris.jerdonekcreate