On 2011-05-15, Miki Tebeka <[email protected]> wrote: > Why not just catch KeyboardInterrupt?
Would it be possible to continue my program as nothing had happened in
that case (like I did before, setting a flag to tell main() to finish the
running data download and quit instead of starting the next data download
{it's a for-loop})?
I have tried it, but after catching the KeyboardInterrupt I could only
continue to the next iteration.
--
http://mail.python.org/mailman/listinfo/python-list
