• Barry Warsaw's avatar
    UndoError() constructor now takes its arguments in reverse order, · 37328f46
    Barry Warsaw authored
    i.e. reason first, then oid.  This is because there's always a reason
    but sometimes there isn't an oid (so we can default arg the oid).
    
    cleanup(): Add both a method to FileStorage and a module global
    function to clean up all the files that a FileStorage creates.
    Sometimes it's handy to do a cleanup if you have the instance, other
    times you only have the Data.fs file name.
    37328f46
FileStorage.py 83.3 KB