Hi,

> I've noticed that python-elementtree was removed in Factory. Will it be 
> returning?

Probably not, as it's now part of the standard library.

# rpm -ql python-xml | grep -i elementtree
/usr/lib/python2.5/xml/etree/ElementTree.py
/usr/lib/python2.5/xml/etree/ElementTree.pyc
/usr/lib/python2.5/xml/etree/ElementTree.pyo
/usr/lib/python2.5/xml/etree/cElementTree.py
/usr/lib/python2.5/xml/etree/cElementTree.pyc
/usr/lib/python2.5/xml/etree/cElementTree.pyo

> It's a very popular module that's used in a lot of Python projects,
> including 
> osc.

Is it possible to fix these projects to use "import xml.etree" instead of 
"import elementtree"?

Andreas Hanke
-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: www.gmx.net/de/go/mailfooter/topmail-out
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to