Mailinglist Archive: opensuse-factory (241 mails)
| < Previous | Next > |
Re: [opensuse-factory] python-elementtree in Factory
- From: andreas.hanke@xxxxxxxxxxxxxx
- Date: Fri, 23 Feb 2007 19:36:40 +0100
- Message-id: <20070223183640.60760@xxxxxxx>
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: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
> 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: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |