Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25000 > unrolled thread
| Started by | Frank Millman <frank@chagford.com> |
|---|---|
| First post | 2012-07-07 07:41 +0200 |
| Last post | 2012-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.
Re: Question about weakref Frank Millman <frank@chagford.com> - 2012-07-07 07:41 +0200
| From | Frank Millman <frank@chagford.com> |
|---|---|
| Date | 2012-07-07 07:41 +0200 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web