• Jeremy Hylton's avatar
    Rename transactionalUndo() to undo(). · 2f6fdd62
    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.
    2f6fdd62
testConnection.py 3.75 KB