[Zope-Checkins] CVS: ZODB3/ZODB/FileStorage - FileStorage.py:1.1.2.10

Jeremy Hylton cvs-admin at zope.org
Wed Nov 12 15:30:33 EST 2003


Update of /cvs-repository/ZODB3/ZODB/FileStorage
In directory cvs.zope.org:/tmp/cvs-serv32623

Modified Files:
      Tag: ZODB3-mvcc-2-branch
	FileStorage.py 
Log Message:
Improve comment.


=== ZODB3/ZODB/FileStorage/FileStorage.py 1.1.2.9 => 1.1.2.10 ===
--- ZODB3/ZODB/FileStorage/FileStorage.py:1.1.2.9	Wed Nov 12 15:26:41 2003
+++ ZODB3/ZODB/FileStorage/FileStorage.py	Wed Nov 12 15:30:32 2003
@@ -604,9 +604,8 @@
             if not pos:
                 return None
         if h.back:
-            # _loadBackTxn() will return the serialno and tid of
-            # the txn pointed to, which is wrong.
-
+            # _loadBack() will return the serialno and tid of the txn
+            # pointed to, which is wrong.  Only use it for the data.
             th = self._read_txn_header(h.tloc)
             data = self._loadBack_impl(oid, h.back)[0]
             return data, h.serial, th.tid, end_tid




More information about the Zope-Checkins mailing list