[docs] Please update your ElementTree Python 2.7 docs

Alfred Morgan alfred at 54.org
Tue Apr 7 09:31:17 CEST 2015


Your 2.7 source code and your 2.7 docs are out of sync. In the source there
are many methods that have the `namespaces` argument and it doesn't show up
documented at all in your docs other than one example that uses this
undocumented argument.

example:

"findall(*match*)" in the docs:

https://docs.python.org/2.7/library/xml.etree.elementtree.html

"def findall(self, path, namespaces=None):" in the source code:

https://hg.python.org/cpython/file/2.7/Lib/xml/etree/ElementTree.py

-alfred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20150407/d5f5b8c0/attachment.html>


More information about the docs mailing list