]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (GH-96176)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Aug 2022 16:42:10 +0000 (09:42 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2022 16:42:10 +0000 (09:42 -0700)
commite783a23702f181cdd5b371f180bedbe87a95920b
tree0767687f75bdd04f5145c187f5dc94169afccd56
parenta6c3f6d34792c5f9dc296ce8329938b7b2b02ea9
gh-96175: add missing self._localName assignment in `xml.dom.minidom.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 58f6953d6d3fe20d972bfa2f6e982206adcf1353)

Co-authored-by: Kevin Kirsche <Kev.Kirsche+GitHub@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]