[Zope-Checkins] CVS: ZODB3/ZEO - ServerStub.py:1.17.2.5

Jeremy Hylton cvs-admin at zope.org
Sat Nov 22 00:07:49 EST 2003


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv27605/ZEO

Modified Files:
      Tag: ZODB3-mvcc-2-branch
	ServerStub.py 
Log Message:
Change doc for loadEx().


=== ZODB3/ZEO/ServerStub.py 1.17.2.4 => 1.17.2.5 ===
--- ZODB3/ZEO/ServerStub.py:1.17.2.4	Wed Nov 19 22:23:10 2003
+++ ZODB3/ZEO/ServerStub.py	Sat Nov 22 00:07:48 2003
@@ -177,8 +177,10 @@
     # wrote the date.
     # @param oid object id
     # @param version string, name of version
-    # @defreturn 3-tuple
-    # @return data, serial number, transaction id
+    # @defreturn 4-tuple
+    # @return data, serial number, transaction id, version,
+    #         where version is the name of the version the data came
+    #         from or "" for non-version data
     # @exception KeyError if oid is not found
 
     def loadEx(self, oid, version):




More information about the Zope-Checkins mailing list