Skip to content

xml.dom.minidom:Attr.__init__ doesn't use localName variable. #96175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kkirsche opened this issue Aug 22, 2022 · 0 comments · Fixed by #96176
Closed

xml.dom.minidom:Attr.__init__ doesn't use localName variable. #96175

kkirsche opened this issue Aug 22, 2022 · 0 comments · Fixed by #96176
Labels
topic-XML type-bug An unexpected behavior, bug, or error

Comments

@kkirsche
Copy link
Contributor

Bug report

X-Ref: python/typeshed#8590 (comment)

Source:

def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None,

This initialization function takes a value but does not use the value. This issue is to address that.

Your environment

N/A

@kkirsche kkirsche added the type-bug An unexpected behavior, bug, or error label Aug 22, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Aug 23, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Aug 23, 2022
mdboom pushed a commit to mdboom/cpython that referenced this issue Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-XML type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants