Proposal for new operators to python that add syntactic sugar for hierarcical data.

Ian Bicking ianb at colorstudy.com
Fri May 19 11:31:15 EDT 2006


glomde wrote:
> i I would like to extend python so that you could create hiercical
> tree structures (XML, HTML etc) easier and that resulting code would be
> more readable than how you write today with packages like elementtree
> and xist.
> I dont want to replace the packages but the packages could be used with
> the
> new operators and the resulting IMHO is much more readable.

You might want to look at PEP 359 for ideas:
http://www.python.org/dev/peps/pep-0359/




More information about the Python-list mailing list