[Zope3-checkins] CVS: Zope3/src/zodb - serialize.py:1.26
Fred L. Drake, Jr.
fred at zope.com
Wed Feb 18 16:31:25 EST 2004
Update of /cvs-repository/Zope3/src/zodb
In directory cvs.zope.org:/tmp/cvs-serv28143
Modified Files:
serialize.py
Log Message:
just a historical note...
=== Zope3/src/zodb/serialize.py 1.25 => 1.26 ===
--- Zope3/src/zodb/serialize.py:1.25 Tue Jan 6 14:50:40 2004
+++ Zope3/src/zodb/serialize.py Wed Feb 18 16:31:24 2004
@@ -75,6 +75,7 @@
def getClassMetadata(obj):
if obj._p_state == 3:
+ # XXX should have asked the class whether there is a __getnewargs__
newargs = None
else:
newargs = getattr(obj, "__getnewargs__", None)
More information about the Zope3-Checkins
mailing list