RE: [ZODB-Dev] zodb pickle format for root

2006-01-20 Thread Tim Peters
[Florent Guillaume] > In storage.py there's a comment saying that only a few types of pickles > for the class descriptions are written, even if more are read. But > actually in DB.py there's this code that creates a new root if oid z64 > doesn't exist: > > root = PersistentMapping() >

Re: [ZODB-Dev] zodb pickle format for root

2006-01-20 Thread Jim Fulton
Florent Guillaume wrote: In storage.py there's a comment saying that only a few types of pickles for the class descriptions are written, even if more are read. But actually in DB.py there's this code that creates a new root if oid z64 doesn't exist: root = PersistentMapping()

[ZODB-Dev] zodb pickle format for root

2006-01-20 Thread Florent Guillaume
In storage.py there's a comment saying that only a few types of pickles for the class descriptions are written, even if more are read. But actually in DB.py there's this code that creates a new root if oid z64 doesn't exist: root = PersistentMapping() ... p