RE: [Zope] Access to Python arrays

2000-11-26 Thread Max M
From: Edward Muller >I am working on a product in which one of the objects keeps an array. I've >already overcome the problems with making the array persistent (i.e. by not >using .append, but intead re-assigning the array each time). Anyway...I >digress.. It is probably easier to write: self._

Re: [Zope] Access to Python arrays

2000-11-25 Thread morten
> I am working on a product in which one of the objects keeps an array. I've > already overcome the problems with making the array persistent (i.e. by not > using .append, but intead re-assigning the array each time). Anyway...I > digress.. This sounds a bit awkward, if you could post some of the

[Zope] Access to Python arrays

2000-11-25 Thread Edward Muller
I am working on a product in which one of the objects keeps an array. I've already overcome the problems with making the array persistent (i.e. by not using .append, but intead re-assigning the array each time). Anyway...I digress.. So I have this object that has an array..A folder may contain se