Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25000 > unrolled thread

Re: Question about weakref

Started byFrank Millman <frank@chagford.com>
First post2012-07-07 07:41 +0200
Last post2012-07-07 07:41 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Question about weakref Frank Millman <frank@chagford.com> - 2012-07-07 07:41 +0200

#25000 — Re: Question about weakref

FromFrank Millman <frank@chagford.com>
Date2012-07-07 07:41 +0200
SubjectRe: Question about weakref
Message-ID<mailman.1881.1341639709.4697.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web