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.

classification
Title: minidom fails to use NodeList sometimes
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cesarb, loewis
Priority: normal Keywords: patch

Created on 2002-03-08 15:39 by cesarb, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
minidom.patch cesarb, 2002-03-08 15:39 patch
Messages (2)
msg39195 - (view) Author: Cesar Eduardo Barros (cesarb) Date: 2002-03-08 15:39
(why is the summary box so small?)

xml.dom.minidom doesn't use a NodeList as the return
type of GetElementsByTagName{,NS} as it should. The
patch (against 2.2 or HEAD) fixes it.
msg39196 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-03-15 13:54
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as 1.44 and 1.43.6.1
(Python) and 1.39 (PyXML).
History
Date User Action Args
2022-04-10 16:05:04adminsetgithub: 36225
2002-03-08 15:39:47cesarbcreate