R. David Murray added the comment:

Looking over the PR, and especially in the context of Serhiy's point about this 
being about 'deep copy' and not 'deepcopy', I think this would be clearer if it 
were shortened even further, to just:

"Because deep copy copies everything, it may copy data that is intended to be 
shared between copies."

After all, what deepcopy does it provide a way for a class to implement that 
sharing when a deepcopy is done.

----------

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

Reply via email to