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 ezio.melotti
Recipients chris.jerdonek, ezio.melotti, loewis, ncoghlan, pitrou, r.david.murray
Date 2012-10-24.23:22:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351120942.39.0.173737483204.issue15494@psf.upfronthosting.co.za>
In-reply-to
Content
Tonight I was looking for assert_python_failure() in test.support, and it took me a while to figure out it was in script_helper.py instead.

As suggested in msg166778 by Antoine, I would rather pick option 1 and merge everything in test.support, rather than further scattering these functions among different files.
History
Date User Action Args
2012-10-24 23:22:22ezio.melottisetrecipients: + ezio.melotti, loewis, ncoghlan, pitrou, r.david.murray, chris.jerdonek
2012-10-24 23:22:22ezio.melottisetmessageid: <1351120942.39.0.173737483204.issue15494@psf.upfronthosting.co.za>
2012-10-24 23:22:22ezio.melottilinkissue15494 messages
2012-10-24 23:22:22ezio.melotticreate