[Zope] some Zope issues: dtml-zpt, permissions, scalability
Dylan Reinhardt
zope at dylanreinhardt.com
Wed Nov 26 16:58:55 EST 2003
On Wed, 2003-11-26 at 11:41, Dieter Maurer wrote:
> Michael Bernstein wrote at 2003-11-25 13:00 -0800:
> > ...
> > The most critical difference in using a BTree is that you cannot simply
> > use assignment such as
> >
> > self.Entries[id] = entry
>
> This is not true as you can see from this transcript.
Michael was probably thinking of IISet/OOSet objects, which *do* use an
obj.insert() and obj.remove() interface instead of __setitem__ and
__delitem__.
HTH,
Dylan
More information about the Zope
mailing list