Martin Panter added the comment:

How about something like:

'''
:meth:`Element.findall` finds all elements matching a path expression; in this 
example, all <country> children of *root*. meth:`Element.find` finds the 
*first* matching element, in this example the first <rank> child. . . .
'''

Also, perhaps it would be good to change findall() to iterfind(), which is a 
newer API.

----------
nosy: +vadmium

_______________________________________
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