Assertion vs. try-except

Janko Hauser jhauser at ifm.uni-kiel.de
Fri Oct 20 07:55:13 EDT 2000
Assertions are not executed if Python runs with -O flag, so you can
run or distribute production code without assertions.

HTH,
__Janko
-- 
  Institut fuer Meereskunde             phone: 49-431-597 3989
  Dept. Theoretical Oceanography        fax  : 49-431-565876
  Duesternbrooker Weg 20                email: jhauser at ifm.uni-kiel.de
  24105 Kiel, Germany



More information about the Python-list mailing list