[ZODB-Dev] Writing Persistent Class

Dieter Maurer dieter at handshake.de
Tue Jan 22 14:07:25 EST 2008


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


More information about the ZODB-Dev mailing list