Self modifying systems question

Erik Max Francis max at alcyone.com
Wed Apr 30 18:20:14 EDT 2003


Sten Kvamme wrote:

> Thanks to all of you who answered my question.
> Is it also possible to save the changes made to an instance in a
> persistant way?

I think it depends on what you mean by persistent.  If you want to have
objects that stick around from run to run, your best bet is probably the
pickle/cPickle module.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ The conviction of wisdom is the plague of man.
\__/ Montaigne
    Esperanto reference / http://www.alcyone.com/max/lang/esperanto/
 An Esperanto reference for English speakers.




More information about the Python-list mailing list