[docs] [issue11367] xml.etree.ElementTree.find(all): docs are wrong

Henrik Heimbuerger report at bugs.python.org
Fri Mar 8 16:06:03 CET 2013


Henrik Heimbuerger added the comment:

Brought the ElementTree docs for find(), findtext() and findall() in line with the default branch (now they are just referencing the methods from Element).

Made the same changes in the method comments of the implementation.

Separate patches for 2.7 and 3.2.

Note that the implementation method comments in default (and I assume 3.3) are still wrong. Would you accept patches for that as well?

----------
Added file: http://bugs.python.org/file29349/issue11367_branch27.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11367>
_______________________________________


More information about the docs mailing list