[Python-Dev] 2.5 PEP
Fredrik Lundh
fredrik at pythonware.com
Wed Feb 15 21:56:54 CET 2006
Martin v. Löwis wrote:
> > - is (c)ElementTree still planned for inclusion ?
>
> It is included already.
in the xml.etree package, in case someone's looking for it in the
usual place.
that is,
import xml.etree.ElementTree as ET
import xml.etree.cElementTree as ET
will work in any 2.5 that has a working pyexpat.
(is the xmlplus/xmlcore issue still an issue, btw?)
</F>
More information about the Python-Dev
mailing list