]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#96176)
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Tue, 23 Aug 2022 16:16:02 +0000 (12:16 -0400)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2022 16:16:02 +0000 (09:16 -0700)
commit58f6953d6d3fe20d972bfa2f6e982206adcf1353
tree9b2a12f61672ca83d915b4e9e7652d94efd748d8
parent575f8880bf8498ee05a8e197fc2ed85db6880361
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#96176)

X-Ref: https://github.com/python/typeshed/pull/8590#discussion_r951473977

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_minidom.py
Lib/xml/dom/minidom.py
Misc/NEWS.d/next/Library/2022-08-22-13-54-20.gh-issue-96175.bH7zGU.rst [new file with mode: 0644]