[Zope3-checkins] CVS: Zope3/src/zodb/code - class_.py:1.12
Jeremy Hylton
jeremy@zope.com
Tue, 4 Mar 2003 18:52:46 -0500
Update of /cvs-repository/Zope3/src/zodb/code
In directory cvs.zope.org:/tmp/cvs-serv20478/zodb/code
Modified Files:
class_.py
Log Message:
There was a bug in other code that lead to this XXX comment. Since fixed.
=== Zope3/src/zodb/code/class_.py 1.11 => 1.12 ===
--- Zope3/src/zodb/code/class_.py:1.11 Thu Feb 6 12:41:19 2003
+++ Zope3/src/zodb/code/class_.py Tue Mar 4 18:52:44 2003
@@ -369,8 +369,6 @@
# If the class has a jar but no oid, it's a new object
# and doesn't have state in the database.
- # XXX Why would an object be marked a ghost, have a jar, and
- # not have an oid?
if cls._p_state == GHOST and cls._pc_init:
dm = cls._p_jar
if dm is not None and cls._p_oid: