Stopping a program

Tyler Eaves tyler at ml1.net
Sun Feb 15 19:39:26 EST 2004


On 2004-02-16, Thomas Philips <tkpmep at hotmail.com> wrote:
>
>
> I'd like to stop a program (i.e. terminate its execution) without
> raising an exception if some condition is met, e.g

sys.exit(RETURN_CODE) 

(Where RETURN_CODE is usually 0)	



More information about the Python-list mailing list