Question about weakref

Frank Millman frank at chagford.com
Sat Jul 7 01:41:26 EDT 2012


On 06/07/2012 20:12, Ethan Furman wrote:
> Ian Kelly wrote:
>> def del_b(self, b):
>> for i, x in enumerate(self.array):
>> if b is x:
>> del self.array[i]
>> break
>
> Nice work, Ian.

I second that. Thanks very much, Ian.

Frank




More information about the Python-list mailing list