En Sat, 16 Jun 2007 17:16:10 -0300, Neal Becker <[EMAIL PROTECTED]> escribió:
> Code at global scope in a module is run at module construction (init). > Is > it possible to hook into module destruction (unloading)? No exactly, but you could try the atexit module. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list