Dictionary viewer and editor

2007-08-13 Thread Ariel Balter
http://mail.python.org/pipermail/python-list/2001-August/100288.html Did you ever finish writing this? -- 00 Ariel Balter Swain Hall West 025 Department of Physics Indiana University, Bloomington 737 E Third Street, 47404 [EMAIL PROTECTED] Office: (812) 855-2441 Home: (812) 332-2721

Re: Dictionary viewer and editor

2007-08-13 Thread Paddy
On Aug 13, 7:09 pm, Ariel Balter [EMAIL PROTECTED] wrote: http://mail.python.org/pipermail/python-list/2001-August/100288.html Did you ever finish writing this? -- 00 Ariel Balter Swain Hall West 025 Department of Physics Indiana University, Bloomington 737 E Third Street,

Re: Dictionary viewer and editor

2007-08-13 Thread Thomas Jollans
On Monday 13 August 2007, Ariel Balter wrote: http://mail.python.org/pipermail/python-list/2001-August/100288.html Did you ever finish writing this? YAML (without flow style) could qualify as tree format. example: yaml.dump ( {alpha: 1, beta: 2, otherstuff: {bug: None, cool: True, foo:

Re: Dictionary viewer and editor

2007-08-13 Thread Paddy
On Aug 13, 8:10 pm, Thomas Jollans [EMAIL PROTECTED] wrote: On Monday 13 August 2007, Ariel Balter wrote: http://mail.python.org/pipermail/python-list/2001-August/100288.html Did you ever finish writing this? YAML (without flow style) could qualify as tree format. example: yaml.dump (