dave selby wrote:
> Is there a way for a Python script to intercept a HUP signal sent to it ?
>
> Cheers
>
> Dave
>
>   
Yes, using a signal handler:

http://docs.python.org/lib/module-signal.html

Let us know if you need clarification on anything after you read the 
section.

_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to