]> granicus.if.org Git - python/commit
bpo-29506: Clarify deep copy note in copy module
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 9 Apr 2017 10:57:15 +0000 (20:57 +1000)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2017 10:57:15 +0000 (20:57 +1000)
commitbd18351c31573ab9a8580677004370a774a4eaae
tree45710c6ef0c4c04aa92b3430ca7fe6c9d0baa6e4
parentc82d39479a88154bd72a3a304be5f473c118da95
bpo-29506: Clarify deep copy note in copy module

The reference to administrative data was confusing to readers,
so this simplifies the note to explain that deep copying may copy
more then you intended, such as data that you expected to be
shared between copies.
(cherry picked from commit 19e04942562a980ad2519f6ff79c455a7472783b)
Doc/library/copy.rst
Misc/ACKS