Assertion vs. try-except
Janko Hauser
jhauser at ifm.uni-kiel.de
Fri Oct 20 07:55:13 EDT 2000
More information about the Python-list mailing list
Fri Oct 20 07:55:13 EDT 2000
- Previous message (by thread): Scheduling of Threads
- Next message (by thread): Assertion vs. try-except
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Scheduling of Threads
- Next message (by thread): Assertion vs. try-except
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list