[Tutor] Fwd: How to stop a script.

Ian Egland ian505 at gmail.com
Fri Dec 28 23:51:52 CET 2007


Thanks, I will keep that in mind the next time I  "experiment". :-P

-Ian

---------- Forwarded message ----------
From: Tiger12506 <keridee at jayco.net>
Date: Dec 28, 2007 5:42 PM
Subject: Re: [Tutor] How to stop a script.
To: tutor at python.org


Ctrl+c will issue a KeyboardInterrupt which breaks out of programs such as
the one you described. (The only situation it doesn't is when the program
catches that exception. You won't see that 'til you get your sea legs ;-)

_______________________________________________
Tutor maillist  -  Tutor at python.org
http://mail.python.org/mailman/listinfo/tutor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20071228/97295fe9/attachment.htm 


More information about the Tutor mailing list