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 techtonik
Recipients docs@python, techtonik
Date 2011-03-02.01:44:31
SpamBayes Score 0.08852565
Marked as misclassified No
Message-id <1299030271.87.0.648664421014.issue11367@psf.upfronthosting.co.za>
In-reply-to
Content
ElementTree.find(path) docs say:

"Finds the first toplevel element with given tag. Same as getroot().find(path). path is the element to look for."

That's not true. path can take the form of "//tag" to find any child element with given tag, not strictly top level.
History
Date User Action Args
2011-03-02 01:44:31techtoniksetrecipients: + techtonik, docs@python
2011-03-02 01:44:31techtoniksetmessageid: <1299030271.87.0.648664421014.issue11367@psf.upfronthosting.co.za>
2011-03-02 01:44:31techtoniklinkissue11367 messages
2011-03-02 01:44:31techtonikcreate