]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Mar 2021 21:32:55 +0000 (14:32 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 21:32:55 +0000 (14:32 -0700)
commitc1079cde2a7676892a9b98703903206b7d26ed1f
treea63a054da156f6b4a172230c4f2d33c3a78cd134
parent9ac263091db4a8c7dedb577d01f544622a448744
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)

(cherry picked from commit 51a85ddce8b336addcb61b96f04c9c5edef07296)

Co-authored-by: Alex Prengère <2138730+alexprengere@users.noreply.github.com>
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/ACKS
Misc/NEWS.d/next/Library/2021-03-04-17-53-46.bpo-43399.Wn95u-.rst [new file with mode: 0644]