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

Re: [Webware-devel] Page.py - small change for actions

2002-06-02 Thread Chuck Esterbrook
On Saturday 25 May 2002 11:23 am, [EMAIL PROTECTED] wrote: > Hey, > > I don't know if this is in the latest, but the handler > for the _action_somename style 'actions' isn't working > the same as an _action_ value=somename. The action > handlers don't get passed the transaction state. > Was this i