Commit 7414c47f authored by Tim Peters's avatar Tim Peters

Removed blurb about change in .index internals.

Jim (Fulton) points out that it's not entirely clear that
the new format can't be read by older ZODBs, and Tim doesn't
think it's worth the bother to find out for sure.
parent 88832824
...@@ -49,12 +49,6 @@ BTrees ...@@ -49,12 +49,6 @@ BTrees
FileStorage FileStorage
----------- -----------
- The main part of a ``Data.fs.index`` index file now uses an OOBTree
instead of a Python dictionary. A consequence is that ``.index`` files
written by this version of ZODB cannot be read by earlier versions of
ZODB. Older ``.index`` files can be read by this version of ZODB, and
are automatically converted to use the new scheme.
- Addded a record iteration protocol to FileStorage. You can use the - Addded a record iteration protocol to FileStorage. You can use the
record iterator to iterate over all current revisions of data record iterator to iterate over all current revisions of data
pickles in the storage. pickles in the storage.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment