This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hsmtkk
Recipients georg.brandl, hsmtkk
Date 2009-03-12.00:16:11
SpamBayes Score 0.001164671
Marked as misclassified No
Message-id <1236816974.37.0.966826029984.issue5478@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2009-03-12 00:16:14hsmtkksetrecipients: + hsmtkk, georg.brandl
2009-03-12 00:16:14hsmtkksetmessageid: <1236816974.37.0.966826029984.issue5478@psf.upfronthosting.co.za>
2009-03-12 00:16:12hsmtkklinkissue5478 messages
2009-03-12 00:16:11hsmtkkcreate