mirror of
https://github.com/python/cpython.git
synced 2024-11-25 09:39:56 +01:00
fd76eb547d
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. |
||
---|---|---|
.. | ||
dom | ||
etree | ||
parsers | ||
sax | ||
__init__.py |