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 skip.montanaro
Recipients benjamin.peterson, giampaolo.rodola, gpolo, gregory.p.smith, gvanrossum, michael.foord, ncoghlan, pitrou, pupeno, purcell, rhettinger, skip.montanaro
Date 2009-04-02.19:18:44
SpamBayes Score 1.9916675e-07
Marked as misclassified No
Message-id <18901.3985.823112.130299@montanaro.dyndns.org>
In-reply-to <1238699248.44.0.737679457678.issue2578@psf.upfronthosting.co.za>
Content
Michael> Why do you need the assert methods to go away in order to use
    Michael> assert statements?

You don't, but use of assert statements seems a hell of a lot more Pythonic
to me than all the assert* or fail* method names which I can never remember.

S
History
Date User Action Args
2009-04-02 19:18:45skip.montanarosetrecipients: + skip.montanaro, gvanrossum, rhettinger, gregory.p.smith, purcell, ncoghlan, pitrou, giampaolo.rodola, pupeno, benjamin.peterson, gpolo, michael.foord
2009-04-02 19:18:44skip.montanarolinkissue2578 messages
2009-04-02 19:18:44skip.montanarocreate