Aug. 29, 2006
2:05 a.m.
Paul Moore wrote:
The ElementTree module comes in two forms - a pure-python version (xml.etree.ElementTree) and a C-coded implementation (xml.etree.cElementTree) which is faster.
If this is to be in the stdlib, is there any chance of tidying up the convoluted, uninituitive and non-pep8-compliant module naming structure? -- Greg