>>>>> "James" == James Gan <[EMAIL PROTECTED]> writes:

    James> I want the object printed in a readable format. For

[...]

    James> I tried pickled, marshel. They do different work. Is there
    James> another module which do this kind of job?

from pprint import pprint
pprint(object)

bye,
e.

-- 
Enrico Sirola <[EMAIL PROTECTED]>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to