Re: [Webware-devel] Object superclass

2002-06-03 Thread Tavis Rudd
> 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. There shouldn't be any conflict, as you just have to make WebKit

Re: [Webware-devel] Object superclass

2002-06-02 Thread Chuck Esterbrook
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 ha