[Zope-dev] ZClass inheriting from Python Class

Martijn Faassen M.Faassen@vet.uu.nl
Thu, 22 Jul 1999 16:39:32 +0200


Michel Pelletier wrote:

> From: Miller, John M. [mailto:jmiller1@uop.com]
> > think you need
> > to do something like get_transaction().commit() when you want
> > to commit
> > changes you've made.  Though it may be that Zope takes care
> 
> You don't really ever need to do this if you treat all attributes
> immutibly.

So if I use a list attribute in my class to which I append I do need to,
right?

Regards,

Martijn