7 Nov
2000
7 Nov
'00
5:04 p.m.
When appending to a list in Zope In a persistent class I cannot just do: self.list.append(item) As it will not trigger the persistence mechanism. I can treat it like an imutable, but that is rather tedious: _list = self.list _list.append(item) self.list = _list But can I also do? self.list = self.list + [item] Regards Max M Max M. W. Rasmussen, Denmark. New Media Director private: maxmcorp@worldonline.dk work: maxm@normik.dk ----------------------------------------------------- Specialization is for insects. - Robert A. Heinlein