Comment 2 for bug 315775

Revision history for this message
Martijn Faassen (faassen) wrote : Re: [Bug 315775] Re: a clear method for grok.Container

I'm not sure whether we are really expecting a real BTrees.IBTree? Is
IBTree an interface?

If there are improvements to the container to be done we should
explore doing so in zope.container. The _SampleContainer__data stuff
is ugly, so that'd be one more item for the wishlist. I'd also be very
nice to have a container that allowed people to override its __init__
without having to do a super call, if this can be done without too
much magic.