Thanks, I will keep that in mind the next time I "experiment". :-P
-Ian ---------- Forwarded message ---------- From: Tiger12506 <[EMAIL PROTECTED]> Date: Dec 28, 2007 5:42 PM Subject: Re: [Tutor] How to stop a script. To: tutor@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@python.org http://mail.python.org/mailman/listinfo/tutor
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor