Question about weakref
Frank Millman
frank at chagford.com
Sat Jul 7 01:41:26 EDT 2012
More information about the Python-list mailing list
Sat Jul 7 01:41:26 EDT 2012
- Previous message (by thread): Question about weakref
- Next message (by thread): PyPyODBC 0.6 released! (A Pure Python ODBC module)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Question about weakref
- Next message (by thread): PyPyODBC 0.6 released! (A Pure Python ODBC module)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list