Python style: exceptions vs. sys.exit()

Asun Friere afriere at yahoo.co.uk
Wed Sep 24 02:18:04 EDT 2008


On Sep 24, 8:10 am, Christian Heimes <li... at cheimes.de> wrote:
> Side note:
>
> sys.exit() is just another way to write raise SystemExit. The function
> is defined as:
>

As can be seen if you were ever silly enough to call sys.exit() in
IDLE.  ;)



More information about the Python-list mailing list