On Wed, 20 Jun 2001, Graham Ashton wrote: > I understand that Python doesn't have the equivalent of the DESTROY() You understand it wrong. There IS constructor __init__, and there IS destructor __del__. Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru Programmers don't die, they just GOSUB without RETURN.