assert expressions

Wanderer wanderer at dialup4less.com
Tue Jul 24 15:57:50 EDT 2012


If I use the code 

assert False, "unhandled option"

I get output like:

option -q not recognized
for help use --help

What other expressions can I use other than "unhandled option"? Is there a list somewhere?

Thanks




More information about the Python-list mailing list