Tim, thank you very much for this link - I had an excellent reading!
Why the pyYAML doesn't ship with python <sigh>?
···
-----Original Message-----
From: Tim Hochberg [mailto:tim.hochberg@ieee.org]
Sent: Tuesday, November 26, 2002 8:03 PM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] How to save the contents of a wxTreeCtrlAnother option if you want human readable text representation
of a nested
list would be to use yaml (yaml.org). It uses indentation to indicate
subobjects and looks a fair amount like what's below. (It also handles
dicts, ints, floats, strings and probably some other things).-tim