Jeff Peery wrote:
> hello,
>
> I have a question about the pickler. I'm using it to save objects in a
> program of mine that I can later reload to use. I was wondering how the
> pickle works and how it references the class module when I unpickle the
> pickled objects. for example I save some o
hello,
I have a question about the pickler. I'm using it to save objects in a
program of mine that I can later reload to use. I was wondering how the pickle
works and how it references the class module when I unpickle the pickled
objects. for example I save some objects using the pickler,