[Python-Dev] 2.5 PEP (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Wed Feb 15 21:56:54 CET 2006
- Previous message: [Python-Dev] 2.5 PEP
- Next message: [Python-Dev] 2.5 PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?)
- Previous message: [Python-Dev] 2.5 PEP
- Next message: [Python-Dev] 2.5 PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]