Re: Pickle problem

2008-04-21 Thread Mario Ceresa
ure optimization is the root of all evil", :) Thanks a lot, Mario On Fri, Apr 18, 2008 at 8:00 PM, George Sakkis <[EMAIL PROTECTED]> wrote: > On Apr 18, 11:55 am, "Mario Ceresa" <[EMAIL PROTECTED]> wrote: > > Hello everybody: > > I'd like to u

Pickle problem

2008-04-18 Thread Mario Ceresa
Hello everybody: I'd like to use the pickle module to save the state of an object so to be able to restore it later. The problem is that it holds a list of other objects, say numbers, and if I modify the list and restore the object, the list itself is not reverted to the saved one, but stays with o