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/ -- http://mail.python.org/mailman/listinfo/python-list