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 ezio.melotti, kcwu, loewis, mgiuca, sandberg
Date 2009-11-19.17:06:52
SpamBayes Score 0.05722383
Marked as misclassified No
Message-id <1258650414.11.0.162117875996.issue5827@psf.upfronthosting.co.za>
In-reply-to
Content
failUnless is deprecated in Python3.1 [1]. The assert* methods are
preferred over the fail* ones that are now deprecated.

[1]:
http://docs.python.org/3.1/library/unittest.html#unittest.TestCase.failUnless
History
Date User Action Args
2009-11-19 17:06:54ezio.melottisetrecipients: + ezio.melotti, loewis, kcwu, mgiuca, sandberg
2009-11-19 17:06:54ezio.melottisetmessageid: <1258650414.11.0.162117875996.issue5827@psf.upfronthosting.co.za>
2009-11-19 17:06:52ezio.melottilinkissue5827 messages
2009-11-19 17:06:52ezio.melotticreate