[Zope-Checkins] CVS: ZODB3/BDBStorage - BDBFullStorage.py:1.75.2.6
Tim Peters
cvs-admin at zope.org
Mon Dec 1 10:16:37 EST 2003
Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv31977/BDBStorage
Modified Files:
Tag: ZODB3-mvcc-2-branch
BDBFullStorage.py
Log Message:
Whitespace normalization.
=== ZODB3/BDBStorage/BDBFullStorage.py 1.75.2.5 => 1.75.2.6 ===
--- ZODB3/BDBStorage/BDBFullStorage.py:1.75.2.5 Tue Nov 25 00:48:02 2003
+++ ZODB3/BDBStorage/BDBFullStorage.py Mon Dec 1 10:16:07 2003
@@ -966,7 +966,7 @@
data, serial, tid, version = self._load(oid, cur_serial,
cur_tid, "")
return data, serial, cur_tid, None
-
+
next_tid = p[0][8:]
return self._noncurrent_search(c, oid, tid, next_tid)
finally:
More information about the Zope-Checkins
mailing list