cpython/Lib/xml
Victor Stinner fd76eb547d
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.
2022-07-04 15:51:01 +02:00
..
dom
etree gh-94383: Remove ElementTree.Element.copy() method (#94384) 2022-07-04 15:51:01 +02:00
parsers
sax
__init__.py