You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-151943: Clarify how minidom implements NodeList
It is a list subclass, not a replacement for NodeList, and nodes which
cannot have children use a tuple subclass. Remove the note about
earlier versions of Python which did not support the official API.
0 commit comments