On Fri, 18 Jul 2008 12:26:35 -0700, Jason Baker wrote:

> I don't necessarily need deterministic cleanup.  And I plan on doing
> something like a close() method as well.  But I'd just like to make
> sure nothing slips between the cracks.  :)

`__del__()` isn't guaranteed to be called *at all*, so can't make sure
nothing slips between the cracks with it.

Ciao,
        Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to