Fett a écrit :
I am creating a program that requires some data that must be kept up
to date. What I plan is to put this data up on a web-site then have
the program periodically pull the data off the web-site.

My problem is that when I pull the data (currently stored as a
dictionary on the site) off the site, it is a string, I can use eval()

Short answer: use json as the format for data transfer.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to