Jacob Kroon wrote: > Is there another way to make python delete objects which were > created in the global scope upon exit ?
Check out the `atexit' module. -- Steve Juranich Tucson, AZ USA -- http://mail.python.org/mailman/listinfo/python-list
Jacob Kroon wrote: > Is there another way to make python delete objects which were > created in the global scope upon exit ?
Check out the `atexit' module. -- Steve Juranich Tucson, AZ USA -- http://mail.python.org/mailman/listinfo/python-list