]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Sep 2024 08:51:18 +0000 (10:51 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 08:51:18 +0000 (11:51 +0300)
commit747abc00d05621b4f639f8b41eac37b9ed61ba91
treeb5229b382b5c0b6eb6e61865c4356c26ad99a126
parent17249f3a8fce233d4cb0f371d9978e281315bc46
[3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123258)

Co-authored-by: Bar Harel <bharel@barharel.com>
Doc/library/xml.etree.elementtree.rst
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Library/2024-08-22-09-37-48.gh-issue-123213.owmXnP.rst [new file with mode: 0644]
Modules/_elementtree.c