[Zope-dev] Re: TALES idea: tuple unpacking

Steve Alexander steve@z3u.com
Wed, 30 Jul 2003 13:29:02 +0300


>>- Write as much as possible of your product's features in a class
>>that doesn't inherit from *any* zope-specific base classes.
> 
> I can take that advice.  Seems reasonable enough, and makes the python more
> reusable in any case.

I suggest using Persistent as your base class, if you want instances to 
be persistent. That is, write your basic application as a ZODB 
application, not a Zope one.

--
Steve Alexander