]> 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:36:25 +0000 (14:36 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 21:36:25 +0000 (14:36 -0700)
commitb500bd8e672d15c6dfa24568a3264fdc0f3e0c01
tree2ea69e12885517a4145ca21846756bd924c2cdff
parentcd82d592063aa03dcc238dcc5222bd47ee0eb438
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]