"Campbell Barton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Michele Simionato wrote: | > Probably not, 'del x' just decrements the reference count,
Or as http://docs.python.org/ref/del.html puts it, " Deletion of a name removes the binding of that name from the local or global namespace," | del x will remove x from memory if nothing else is refering to it, This is implementation dependent: true for CPython, not for Jython, ??? for IronPython. tjr -- http://mail.python.org/mailman/listinfo/python-list