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 Fotis.Koutoulakis
Recipients Fotis.Koutoulakis, docs@python, ezio.melotti, ncoghlan, seydou
Date 2013-12-09.01:14:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386551661.09.0.324883144126.issue18576@psf.upfronthosting.co.za>
In-reply-to
Content
I have finished the changes needed to move script_helper from Lib/test to Lib/test/support, and I have also documented it. Tests run gracefully (but be sure to check out if it works as intended on your machines too)

Two notes though:

1. I have only made the changes on the default branch. Will do 3.3 tomorrow.

2. When it came to the documentation, I had to break the 80 characters limit, as going by it was resulting in weird rendering or wrong information depicted from sphinx (for example, when showing that script_helper functions belonged to test.support instead of the correct location, test.support.script_helper).

Last but not least, this is one of my first contributions to Python, so I would appreciate your input.
History
Date User Action Args
2013-12-09 01:14:22Fotis.Koutoulakissetrecipients: + Fotis.Koutoulakis, ncoghlan, ezio.melotti, docs@python, seydou
2013-12-09 01:14:21Fotis.Koutoulakissetmessageid: <1386551661.09.0.324883144126.issue18576@psf.upfronthosting.co.za>
2013-12-09 01:14:21Fotis.Koutoulakislinkissue18576 messages
2013-12-09 01:14:20Fotis.Koutoulakiscreate