• Jeremy Hylton's avatar
    Fix conflict resolution bug in transactionalUndo. · 95f9483c
    Jeremy Hylton authored
    The value of _loadBack() -- a pickle and a serialno -- was being
    passed to tryToResolveConflict() where only a pickle was expected.
    
    XXX _loadBack() can raise KeyError, but this wasn't handled by the
    code.  Turn into UndoError() for now.
    95f9483c
FileStorage.py 70.7 KB