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