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>



_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to