[Zodb-checkins] CVS: Zope3/src/zodb/storage - interfaces.py:1.16.2.1

Jeremy Hylton jeremy at zope.com
Wed Apr 16 15:13:44 EDT 2003


Update of /cvs-repository/Zope3/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv5913

Modified Files:
      Tag: jeremy-new-pack-branch
	interfaces.py 
Log Message:
Clarify explanation of pack time.


=== Zope3/src/zodb/storage/interfaces.py 1.16 => 1.16.2.1 ===
--- Zope3/src/zodb/storage/interfaces.py:1.16	Tue Apr  8 10:45:55 2003
+++ Zope3/src/zodb/storage/interfaces.py	Wed Apr 16 14:13:44 2003
@@ -186,8 +186,8 @@
         incremental pack, only old object revisions are removed.  In a full gc
         pack, cyclic garbage detection and removal is also performed.
 
-        t is the pack time.  All non-current object revisions older than t
-        will be removed in an incremental pack.
+        t is the pack time.  All non-current object revisions older than
+        or the same age as t will be removed in an incremental pack.
 
         pack() always performs an incremental pack.  If the gc flag is True,
         then pack() will also perform a garbage collection.  Some storages




More information about the Zodb-checkins mailing list