[issue3184] The elementtree.ElementTree Module doc is missing

David Gladstein report at bugs.python.org
Tue Jun 24 04:05:39 CEST 2008


David Gladstein <david.gladstein at theorphanage.com> added the comment:

an ElementTree instance holds a tree of Element instances which represents 
the XML tags. Element isn't documented.

in the effbot version, there's a page 
http://www.effbot.org/zone/pythondoc-elementtree-ElementTree.htm#elementtree.ElementTree._ElementInterface-class 
called
The elementtree.ElementTree Module
with a section

 The _ElementInterface Class

Despite the _ in the name, it's not an internal, it's the spec for the 
interface to the Element instances.

----- Original Message ----- 
From: "Benjamin Peterson" <report at bugs.python.org>
To: <david.gladstein at theorphanage.com>
Sent: Monday, June 23, 2008 4:41 PM
Subject: [issue3184] The elementtree.ElementTree Module doc is missing

Benjamin Peterson <musiccomposition at gmail.com> added the comment:

What do you mean?
http://docs.python.org/lib/module-xml.etree.ElementTree.html

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3184>
_______________________________________

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3184>
_______________________________________


More information about the Python-bugs-list mailing list