Stefan Behnel <stefan...@behnel.de> added the comment:

We should not add anything to the implementation that we consider legacy 
elsewhere. Py3 has "always" used the C accelerator module instead of the Python 
implementation, which suggests that its interface is probably the righter one.

So: make sure that the Obvious Ways, copy.copy() and copy.deepcopy(), work 
nicely for both implementations, and deprecate Element.copy() in Py3.8.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32424>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to