[Zodb-checkins] CVS: ZODB3/ZODB - Connection.py:1.82
Jeremy Hylton
jeremy@zope.com
Wed, 15 Jan 2003 16:29:29 -0500
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv23104/ZODB
Modified Files:
Connection.py
Log Message:
Add XXX comment.
=== ZODB3/ZODB/Connection.py 1.81 => 1.82 ===
--- ZODB3/ZODB/Connection.py:1.81 Tue Jan 14 10:20:21 2003
+++ ZODB3/ZODB/Connection.py Wed Jan 15 16:29:26 2003
@@ -512,6 +512,8 @@
# storage to make sure that we don't miss an invaildation
# notifications between the time we check and the time we
# read.
+
+ # XXX Need unit tests for _p_independent.
if self._invalid(oid):
if not hasattr(object.__class__, '_p_independent'):
get_transaction().register(self)