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 Eric S
Recipients Eric S, eli.bendersky, rhettinger, scoder
Date 2015-07-30.22:10:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438294202.92.0.0714692940369.issue24724@psf.upfronthosting.co.za>
In-reply-to
Content
Pointing to XPath and clarifying the example reference are good ideas. 

For me though, the phrase "direct children" would still lead me to believe that findall() would only give me the first generation right below the element (e.g. only the countries in the example), not grandchildren, greatgrandchildren, etc. That's why I think "direct descendents" or "all descendents" would give a clearer picture.
History
Date User Action Args
2015-07-30 22:10:03Eric Ssetrecipients: + Eric S, rhettinger, scoder, eli.bendersky
2015-07-30 22:10:02Eric Ssetmessageid: <1438294202.92.0.0714692940369.issue24724@psf.upfronthosting.co.za>
2015-07-30 22:10:02Eric Slinkissue24724 messages
2015-07-30 22:10:02Eric Screate