Tim Peters wrote at 2004-5-28 14:51 -0400: > ... >This appears to be one of those "severely underdocumented" minefields. The >best older thread I found is here: > > http://mail.zope.org/pipermail/zodb-dev/2002-March/002442.html > >but it doesn't actually spell out something "that works" in the way you >want.
I think, this is a ZODB buglet: It should set "_p_changed = 0" before it calls "__setstate__" and not afterwards... -- Dieter _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
