22 Jul
1999
22 Jul
'99
2:39 p.m.
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