David Gladstein <[EMAIL PROTECTED]> 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" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2008 4:41 PM Subject: [issue3184] The elementtree.ElementTree Module doc is missing Benjamin Peterson <[EMAIL PROTECTED]> added the comment: What do you mean? http://docs.python.org/lib/module-xml.etree.ElementTree.html ---------- nosy: +benjamin.peterson _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3184> _______________________________________ _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3184> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com