[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/interfaces.py Fixed a
documentation bug about the ordering of lastInvalidations
Jim Fulton
jim at zope.com
Fri May 11 16:04:04 EDT 2007
Log message for revision 75686:
Fixed a documentation bug about the ordering of lastInvalidations
return values.
Changed:
U ZODB/trunk/src/ZEO/interfaces.py
-=-
Modified: ZODB/trunk/src/ZEO/interfaces.py
===================================================================
--- ZODB/trunk/src/ZEO/interfaces.py 2007-05-11 20:03:58 UTC (rev 75685)
+++ ZODB/trunk/src/ZEO/interfaces.py 2007-05-11 20:04:00 UTC (rev 75686)
@@ -43,5 +43,5 @@
An iterable of up to size entries must be returned, where each
entry is a transaction id and a sequence of object-id/version
pairs describing the objects and versions written by the
- transaction, ordered starting at the most recent.
+ transaction, in chronological order.
"""
More information about the Zodb-checkins
mailing list