-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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
Comments
JelleZijlstra
added a commit
that referenced
this issue
Aug 23, 2022
…Attr` (#96176) X-Ref: python/typeshed#8590 (comment) Co-authored-by: Jelle Zijlstra <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 23, 2022
…nidom.Attr` (pythonGH-96176) X-Ref: https://github.com/python/typeshed/pull/8590GH-discussion_r951473977 Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 58f6953) Co-authored-by: Kevin Kirsche <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 23, 2022
…nidom.Attr` (pythonGH-96176) X-Ref: https://github.com/python/typeshed/pull/8590GH-discussion_r951473977 Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 58f6953) Co-authored-by: Kevin Kirsche <[email protected]>
miss-islington
added a commit
that referenced
this issue
Aug 23, 2022
…Attr` (GH-96176) X-Ref: https://github.com/python/typeshed/pull/8590GH-discussion_r951473977 Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 58f6953) Co-authored-by: Kevin Kirsche <[email protected]>
miss-islington
added a commit
that referenced
this issue
Aug 23, 2022
…Attr` (GH-96176) X-Ref: https://github.com/python/typeshed/pull/8590GH-discussion_r951473977 Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 58f6953) Co-authored-by: Kevin Kirsche <[email protected]>
mdboom
pushed a commit
to mdboom/cpython
that referenced
this issue
Aug 24, 2022
…nidom.Attr` (python#96176) X-Ref: python/typeshed#8590 (comment) Co-authored-by: Jelle Zijlstra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
X-Ref: python/typeshed#8590 (comment)
Source:
cpython/Lib/xml/dom/minidom.py
Line 355 in 18b1782
This initialization function takes a value but does not use the value. This issue is to address that.
Your environment
N/A
The text was updated successfully, but these errors were encountered: