Kenneth Miller wrote at 2008-1-21 12:23 -0600: > This is fine for me I believe. I only needed to have a copy of an >object for a short while after the ZODB connection has closed with no >intention of ever inserting it back into zodb. Out of curiousity, what >would be the proper way to accomplish this task?
You may try a "deepcopy" for this -- as long as you do not try to store the result in the ZODB, it is likely to work. -- Dieter _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev