[Zope] how much does changing a property add to data.fs??

Chris Withers chrisw@nipltd.com
Fri, 09 Nov 2001 11:46:56 +0000


Robert Rottermann wrote:
> 
> By the way, the reason I asked was what code is better:
> for prop in obj:
>     change property
> or
> for prop in obj:
>     collect property in dic
> ibj.changeproperties(dic)

>From a persistence point of view, they're both the same...

Chris