On Feb 13, 10:41 pm, George Sakkis <[EMAIL PROTECTED]> wrote: > On Feb 13, 4:43 pm, [EMAIL PROTECTED] wrote: > > > Readability of the Pickle module. Can one export to XML, from cost > > of speed and size, to benefit of user-readability? > > Take a look at gnosis.xml.pickle, it seems a good starting point. > > George
The way the OP specifies it, dumps-loads pairs are broken: say if Table and Worksheet are defined in different modules. He'd have to have some kind of unifying pair sequence, that says that "Worksheet" document elements come from WS.py, etc. -- http://mail.python.org/mailman/listinfo/python-list