ElementTree - Why not part of the core?

Gregory Petrosyan gregory.petrosyan at gmail.com
Wed Dec 14 14:13:45 EST 2005


gregory at home:~$ python
Python 2.5a0 (#4, Dec 14 2005, 22:08:59)
[GCC 3.3.5 (Debian 1:3.3.5-8ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from xml.etree import ElementTree as ET
>>> ET
<module 'xml.etree.ElementTree' from
'/usr/local/lib/python2.5/xmlcore/etree/ElementTree.pyc'>
>>>


Thanks for fix.




More information about the Python-list mailing list