[issue3184] The elementtree.ElementTree Module doc is missing
New submission from David Gladstein <[EMAIL PROTECTED]>: The documentation from http://www.effbot.org/zone/pythondoc-elementtree-ElementTree.htm is missing. Without it the module is pretty much impossible to use, unless you know about the effbot pages. -- assignee: georg.brandl components: Documentation messages: 68659 nosy: georg.brandl, gladstein severity: normal status: open title: The elementtree.ElementTree Module doc is missing versions: Python 2.5 ___ 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
[issue3184] The elementtree.ElementTree Module doc is missing
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
[issue3184] The elementtree.ElementTree Module doc is missing
David Gladstein <[EMAIL PROTECTED]> added the comment: Excellent. - Original Message - From: "Benjamin Peterson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2008 7:12 PM Subject: [issue3184] The elementtree.ElementTree Module doc is missing Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Ahh, but it is present in the new docs: http://docs.python.org/dev/library/xml.etree.elementtree.html#the-element-interface. ___ 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