[Zodb-checkins] CVS: Zope3/src/zodb/storage - base.py:1.26.2.1
Jeremy Hylton
jeremy at zope.com
Thu Apr 17 19:49:50 EDT 2003
Update of /cvs-repository/Zope3/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv23316
Modified Files:
Tag: jeremy-new-pack-branch
base.py
Log Message:
Add _clear_temp() to the list of methods subclasses should implement.
=== Zope3/src/zodb/storage/base.py 1.26 => 1.26.2.1 ===
--- Zope3/src/zodb/storage/base.py:1.26 Wed Apr 9 13:54:51 2003
+++ Zope3/src/zodb/storage/base.py Thu Apr 17 18:49:49 2003
@@ -80,6 +80,7 @@
_vote()
_abort()
_finish()
+ _clear_temp()
If the subclass wants to implement IUndoStorage, it must implement
all the methods in that interface.
More information about the Zodb-checkins
mailing list