+++ Hugo Gonz?lez Monteverde [08-11-05 13:13 -0600]:
| Hi Mike,
| 
| Converting an (almost)arbitrary object into a string is what the Pickle 
module does. CPickle is faster. Take 
| a look into into it in the docs.
| 

Is there a way to dump the varialble in XML format and retrive it?

e.g.
a="this is string"
b=1234567890
c={}
c['a'] = a
c['b'] = b

and then dump c.

Regards,
Shantanoo

Attachment: pgp5hG8KxTdBW.pgp
Description: PGP signature

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to