Eric S added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24724>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to