[issue5478] document mistake xml.dom.minidom.Element
Kouki Hashimoto
report at bugs.python.org
Thu Mar 12 01:16:14 CET 2009
New submission from Kouki Hashimoto <hsmtkk at gmail.com>:
I found mistake in python documentation about xml.dom.minidom.Element
class.
http://docs.python.org/dev/py3k/library/xml.dom.html#module-xml.dom
I think it is NOT
Element.getElementsByTagNameNS(tagName)
It SHOULD be
Element.getElementsByTagNameNS(namespaceURI, tagName)
----------
assignee: georg.brandl
components: Documentation
messages: 83482
nosy: georg.brandl, hsmtkk
severity: normal
status: open
title: document mistake xml.dom.minidom.Element
versions: Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5478>
_______________________________________
More information about the Python-bugs-list
mailing list