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 Justin.Lebar, ezio.melotti, georg.brandl
Date 2010-02-06.04:30:53
SpamBayes Score 0.004294859
Marked as misclassified No
Message-id <1265430655.69.0.589120166229.issue7864@psf.upfronthosting.co.za>
In-reply-to
Content
> The deprecation warning is confusing, since it appears to suggest that failUnless is also deprecated.

That's exactly what the warning is saying: failUnless() is deprecated since version 3.1.
assertTrue and assert_ are ok.
History
Date User Action Args
2010-02-06 04:30:55ezio.melottisetrecipients: + ezio.melotti, georg.brandl, Justin.Lebar
2010-02-06 04:30:55ezio.melottisetmessageid: <1265430655.69.0.589120166229.issue7864@psf.upfronthosting.co.za>
2010-02-06 04:30:54ezio.melottilinkissue7864 messages
2010-02-06 04:30:53ezio.melotticreate