[issue29506] Incorrect documentation for the copy module

Steven D'Aprano report at bugs.python.org
Wed Feb 8 20:16:40 EST 2017


Steven D'Aprano added the comment:

What about "administrative data structures" that should be copied?

I think that "administrative data structures" is a red herring: there could be data that needs copying, and data that needs sharing and shouldn't be copied, independent of what the data is used for.

"Because deepcopy copies everything it may copy too much, such as data which is intended to be shared between copies."

----------
nosy: +steven.daprano

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29506>
_______________________________________


More information about the Python-bugs-list mailing list