[Python-Dev] Where to put the interrupt module?
Guido van Rossum
guido@python.org
Thu, 12 Jun 2003 16:54:17 -0400
> Not to be pedantic, but isn't the range of interpretations of SystemExit
> exactly analogous to that of KeyboardInterrupt?
I don't understand what you mean here. I thought I gave an example
where it wasn't.
> Also remember that pounding
> Control-C isn't the only way for a process or thread to get a SIGINT (and
> thus a KeyboardInterrupt).
I'm aware of kill, yes. :-)
--Guido van Rossum (home page: http://www.python.org/~guido/)