[Zodb-checkins] CVS: ZODB3/ZODB - POSException.py:1.18
Jeremy Hylton
jeremy@zope.com
Fri, 3 Jan 2003 17:08:26 -0500
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv21679/ZODB
Modified Files:
POSException.py
Log Message:
Add XXX comment about problem with exception
=== ZODB3/ZODB/POSException.py 1.17 => 1.18 ===
--- ZODB3/ZODB/POSException.py:1.17 Tue Dec 10 16:42:05 2002
+++ ZODB3/ZODB/POSException.py Fri Jan 3 17:08:22 2003
@@ -219,4 +219,6 @@
o A reference to a wrapped persistent object.
o A reference to an object in a different database connection.
+
+ XXX The exception ought to have a member that is the invalid object.
"""