[Zodb-checkins] CVS: ZODB3/ZODB - Connection.py:1.117
Jeremy Hylton
jeremy at zope.com
Wed Jan 14 13:58:09 EST 2004
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv30408
Modified Files:
Connection.py
Log Message:
But we do.
The comment long ago fell out of synch with the code.
=== ZODB3/ZODB/Connection.py 1.116 => 1.117 ===
--- ZODB3/ZODB/Connection.py:1.116 Wed Jan 14 13:42:13 2004
+++ ZODB3/ZODB/Connection.py Wed Jan 14 13:58:08 2004
@@ -295,7 +295,6 @@
# new object
self._creating.append(oid)
else:
- #XXX We should never get here
if invalid(oid) and not hasattr(object, '_p_resolveConflict'):
raise ConflictError(object=obj)
self._modified.append(oid)
More information about the Zodb-checkins
mailing list