[Python-Dev] Doc suggestion for Elementtree (for 2.5? a bit late, I know...)

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Aug 29 04:05:22 CEST 2006


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


More information about the Python-Dev mailing list