[Zope-Checkins] CVS: ZODB3/ZEO - StorageServer.py:1.106
Jeremy Hylton
jeremy at zope.com
Fri Jan 9 15:49:05 EST 2004
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv8043/ZEO
Modified Files:
StorageServer.py
Log Message:
Repair comment.
=== ZODB3/ZEO/StorageServer.py 1.105 => 1.106 ===
--- ZODB3/ZEO/StorageServer.py:1.105 Fri Jan 9 15:41:10 2004
+++ ZODB3/ZEO/StorageServer.py Fri Jan 9 15:49:04 2004
@@ -863,7 +863,7 @@
def get_invalidations(self, tid):
"""Return a tid and list of all objects invalidation since tid.
- The tid is the most recent transaction id committed by the server.
+ The tid is the most recent transaction id seen by the client.
Returns None if it is unable to provide a complete list
of invalidations for tid. In this case, client should
More information about the Zope-Checkins
mailing list