On Friday 31 May 2002 06:46 pm, Ian Bicking wrote:
> The Object superclass isn't being used, is it? It seems like an idea
> that didn't end up being used, and it's somewhat in conflict with the
> object class in Python 2.2.
I implement __del__ for it on occasion to examine memory. (If Python
had a nice memory analysis tool, I wouldn't need that.)
I think some of the subclasses also say self.deprecated().
I don't think it's in conflict with anything and unless some harm can
be demonstrated, I plan on leaving it.
-Chuck
|