On Mon, 30 Dec 2002 16:55:44 +0000, jer wrote: > Be more careful with __del__ > Look for a non-__del__ signal to save Correction: Initially I was attaching to the generated object's __del__. I changed it to use atexit for this example instead and neglected to update the docs.