Message85249
> 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.
Two problems:
1. they are optimized away in "-Oxxx" mode
2. they don't provide good reporting in case of failure |
|
| Date |
User |
Action |
Args |
| 2009-04-02 19:22:45 | pitrou | set | recipients:
+ pitrou, gvanrossum, skip.montanaro, rhettinger, gregory.p.smith, purcell, ncoghlan, giampaolo.rodola, pupeno, benjamin.peterson, gpolo, michael.foord |
| 2009-04-02 19:22:44 | pitrou | link | issue2578 messages |
| 2009-04-02 19:22:44 | pitrou | create | |
|