Duncan Booth schrieb:

> [*] except of course for things like power failure. You simply cannot
> catch *all* terminations. 

And 'kill -SIGKILL' can't be caught, since this signal never reaches the
process. The os just removes the processes.

  Thomas

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to