• Jeremy Hylton's avatar
    Change DemoStorage to use BTrees.OOBTree instead of BTree. · 5f48194f
    Jeremy Hylton authored
    Raise correct exceptions in abortVersion() and commitVersion().
    
    Spread out some code that had the vertical white space removed.
    
    Fix the versions() implementation so that it works if the optional max
    argument is not passed by the caller.
    
    Fix commitVersion() so that it works for committing from one version
    to the other.  The previous version always committed to the
    non-version data even if a destination version was specified.
    
    Fix typos.
    5f48194f
DemoStorage.py 21 KB