[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/interfaces.py Removed a
duplicative interface.
Jim Fulton
jim at zope.com
Fri Apr 27 12:01:02 EDT 2007
Log message for revision 74861:
Removed a duplicative interface.
Changed:
U ZODB/trunk/src/ZODB/interfaces.py
-=-
Modified: ZODB/trunk/src/ZODB/interfaces.py
===================================================================
--- ZODB/trunk/src/ZODB/interfaces.py 2007-04-27 15:08:31 UTC (rev 74860)
+++ ZODB/trunk/src/ZODB/interfaces.py 2007-04-27 16:01:01 UTC (rev 74861)
@@ -877,24 +877,6 @@
# DB pass-through
-class IStoragePackable(Interface):
-
- def pack(t, referencesf):
- """Pack the storage
-
- Pack and/or garbage-collect the storage. If the storage does
- not support undo, then t is ignored. All records for objects
- that are not reachable from the system root object as of time
- t, or as of the current time, if undo is not supported, are
- removed from the storage.
-
- A storage implementation may treat this method as ano-op. A
- storage implementation may also delay packing and return
- immediately. Storage documentation should define the behavior
- of this method.
- """
- # Called by DB
-
class IStorageCurrentRecordIteration(IStorage):
def record_iternext(next=None):
More information about the Zodb-checkins
mailing list