[Tutor] Re: special call for deleted objects?

Abel Daniel abli at freemail.hu
Fri Jan 30 07:46:06 EST 2004


Thomas Clive Richards writes:
> I've got a list of class instances, and under certain conditions, I want to 
> replace them with None.

How are you going to replace them?
>>> a=5
>>> b=a
>>> a=6
>>> b
5

Assigning to a didn't change b.

-- 
Abel Daniel



More information about the Tutor mailing list