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.

Author gladstein
Recipients benjamin.peterson, georg.brandl, gladstein
Date 2008-06-24.02:05:37
SpamBayes Score 3.178688e-05
Marked as misclassified No
Message-id <2D052E231E444C00AC46DE9E6ECC9C91@theorphanage.com>
In-reply-to
Content
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@bugs.python.org>
To: <david.gladstein@theorphanage.com>
Sent: Monday, June 23, 2008 4:41 PM
Subject: [issue3184] The elementtree.ElementTree Module doc is missing

Benjamin Peterson <musiccomposition@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@bugs.python.org>
<http://bugs.python.org/issue3184>
_______________________________________
History
Date User Action Args
2008-06-24 02:05:39gladsteinsetspambayes_score: 3.17869e-05 -> 3.178688e-05
recipients: + gladstein, georg.brandl, benjamin.peterson
2008-06-24 02:05:38gladsteinlinkissue3184 messages
2008-06-24 02:05:37gladsteincreate