• Jeremy Hylton's avatar
    Rename transactionalUndo() to undo(). · 026c3746
    Jeremy Hylton authored
    The old undo was not used by Zope and shouldn't have been used by any
    other client.  The newly named undo() is the preferred version of
    undo.
    
    XXX DemoStorage didn't implement transactionalUndo, so now it doesn't
    implementation undo() at all.  We need to replace it with the demo
    storage from ZODB4.
    
    There are a few changes related to ZODB4 removal in this checkin.
    026c3746
StorageServer.py 37.2 KB