Will McGugan wrote:
> Hi,
>
> Is there any difference between calling sys.exit() and raise SystemExit?
> Should I prefer one over the other?
>
> Regards,
>
> Will McGugan
> --
> blog: http://www.willmcgugan.com

sys.exit() raises a SystemExit, see
http://docs.python.org/lib/module-sys.html

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to