How do you exit python during execution of script?

Bill Janssen janssen at parc.xerox.com
Mon Sep 13 20:25:15 EDT 1999


sys.exit() works by throwing an exception.

Bill




More information about the Python-list mailing list