[ZODB-Dev] make ZODB as small and compact as expected

Lennart Regebro regebro at gmail.com
Mon Jul 29 13:22:06 CEST 2013


On Mon, Jul 22, 2013 at 8:44 PM, Christian Tismer <tismer at stackless.com> wrote:
> Yes, I understand this intention and see no problem:
> Just the namespace might be ZODB.Btrees which would not change
> the split. They would still live alone, separate projects.

This seems to be a complete red herring. What difference does the
namespace make?

    from BTrees.IIBTree import IITree

or

    from ZODB.BTrees.IIBTree import IITree

That difference is completely insiginifant in all ways. But making
that change would break all BTree usage in existence. I see no benefit
in that change at all.

//Lennart


More information about the ZODB-Dev mailing list