"K Satish" wrote: > Like __init__ which is called when object instatiated, what is the method > when object destroys.
__del__ see http://docs.python.org/ref/customization.html (and make sure you read the note and the warning carefully) </F> -- http://mail.python.org/mailman/listinfo/python-list