This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: documentation for ElementTree is unusable
Type: enhancement Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, facundobatista, georg.brandl, jrw@pobox.com
Priority: normal Keywords:

Created on 2008-07-16 16:20 by jrw@pobox.com, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg69796 - (view) Author: John Williams (jrw@pobox.com) Date: 2008-07-16 16:20
The documentation for the xml.etree.ElementTree package
(http://www.python.org/doc/2.5/lib/module-xml.etree.ElementTree.html)
does not include the Element type (http://effbot.org/zone/element.htm),
making it impossible to use this package without referring to external
documentation.
msg69797 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-16 16:21
It is found in the new docs: http://doc.python.org/dev/
msg69798 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2008-07-16 16:27
Here's the link:
http://docs.python.org/dev/library/xml.etree.elementtree.html#the-element-interface
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47630
2008-07-16 16:27:08facundobatistasetstatus: open -> closed
nosy: + facundobatista
resolution: out of date
messages: + msg69798
2008-07-16 16:21:37benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg69797
2008-07-16 16:20:56jrw@pobox.comcreate