On Jan 31, 7:34 pm, "Abrahams, Max" <[EMAIL PROTECTED]> wrote: > I've looked into pickle, dump, load, save, readlines(), etc I've used the following sometimes:
from pprint import pprint as pp print "data = \\" pp(data) That created a python file that could be read as a module, but there are limitations on the __repr__ of the data. - Paddy. P.S. I never timed it - it was fast enough, and the data was readable. -- http://mail.python.org/mailman/listinfo/python-list