[Zodb-checkins] CVS: ZODB3/ZODB - Connection.py:1.111
Tim Peters
tim.one at comcast.net
Mon Jan 5 22:05:46 EST 2004
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv1173
Modified Files:
Connection.py
Log Message:
Reverting my last checkin -- it causes at least two tests to fail. The
problem is likely somewhere else, but I'm not going to stay up tonight
sorting this out.
=== ZODB3/ZODB/Connection.py 1.110 => 1.111 ===
--- ZODB3/ZODB/Connection.py:1.110 Mon Jan 5 21:30:44 2004
+++ ZODB3/ZODB/Connection.py Mon Jan 5 22:05:45 2004
@@ -532,7 +532,6 @@
self._noncurrent[obj._p_oid] = True
self._reader.setGhostState(obj, data)
obj._p_serial = start
- return True
def _handle_independent(self, obj):
# Helper method for setstate() handles possibly independent objects
More information about the Zodb-checkins
mailing list