Code: Rolling a Container Into a String

Oliver Pieper pieper at viaregio.de
Fri Jun 25 06:23:58 EDT 2004


> I want to convert a dict into string form, then back again.

Since you probably don't want to do this just for the joy of
converting something to string an back ...

Maybe the pickle (and cPickle) module does what you are looking for.

Oliver



More information about the Python-list mailing list