SIGN IN SIGN UP

gh-94383: Remove ElementTree.Element.copy() method (#94384)

xml.etree: Remove the ElementTree.Element.copy() method of the pure
Python implementation, deprecated in Python 3.10, use the copy.copy()
function instead. The C implementation of xml.etree has no copy()
method, only a __copy__() method.
V
Victor Stinner committed
fd76eb547dd5d2c8307a89422049b6c3c80541ab
Parent: fbcee57
Committed by GitHub <noreply@github.com> on 7/4/2022, 1:51:01 PM