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, eric.araujo, ezio.melotti, loewis, ncoghlan, pitrou, r.david.murray
Date 2013-03-30.20:12:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364674351.17.0.928215929991.issue15494@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW the reason why I proposed to add assert_python_ok to test.support, is that from my point of view it's just one of the many *test* support utilities defined in test.support.  I think that from Nick's point of view, assert_python_ok is just one of the many *script* support utilities defined in script_helper.
Since I'm not familiar with the other utilities of script_helper, it seemed logical to me to have it where I expect all the other general utilities to be (i.e. test.support), but I figured out that Nick has a point too.
History
Date User Action Args
2013-03-30 20:12:31ezio.melottisetrecipients: + ezio.melotti, loewis, ncoghlan, pitrou, eric.araujo, r.david.murray, chris.jerdonek
2013-03-30 20:12:31ezio.melottisetmessageid: <1364674351.17.0.928215929991.issue15494@psf.upfronthosting.co.za>
2013-03-30 20:12:31ezio.melottilinkissue15494 messages
2013-03-30 20:12:30ezio.melotticreate