[issue32424] Rename copy() to __copy__() in xml.etree.ElementTree.Element Python implementation

Gordon P. Hemsley report at bugs.python.org
Wed Dec 27 10:23:11 EST 2017


Gordon P. Hemsley <gphemsley at gphemsley.org> added the comment:

Ultimately, yeah, the Python version should probably define __deepcopy__ as well. But since this is just a rename of an existing method, I figure we can defer that to another time.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32424>
_______________________________________


More information about the Python-bugs-list mailing list