-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
xml.dom.minidom:Attr.__init__
doesn't use localName variable.
#96175
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 <jelle.zijlstra@gmail.com>
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 <jelle.zijlstra@gmail.com> (cherry picked from commit 58f6953) Co-authored-by: Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
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 <jelle.zijlstra@gmail.com> (cherry picked from commit 58f6953) Co-authored-by: Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
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 <jelle.zijlstra@gmail.com> (cherry picked from commit 58f6953) Co-authored-by: Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
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 <jelle.zijlstra@gmail.com> (cherry picked from commit 58f6953) Co-authored-by: Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
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 <jelle.zijlstra@gmail.com>
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: