]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
authorAlex Prengère <2138730+alexprengere@users.noreply.github.com>
Tue, 30 Mar 2021 21:11:29 +0000 (23:11 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 21:11:29 +0000 (00:11 +0300)
commit51a85ddce8b336addcb61b96f04c9c5edef07296
tree5206be9be09a2523341723e4478c731bee24accb
parent73b20ae2fb7a5c1374aa5c3719f64c53d29fa0d2
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
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]