diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2017-04-09 10:57:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-09 10:57:29 (GMT) |
commit | ab16dc180e362e4cdb9eb163fae0a75664dcea3e (patch) | |
tree | 73c9d4969d655bf722415ad37f72622a238f7ad6 /Misc | |
parent | d6d943a090cffa8925fb5a5d92357dbdb15040c5 (diff) | |
download | cpython-ab16dc180e362e4cdb9eb163fae0a75664dcea3e.zip cpython-ab16dc180e362e4cdb9eb163fae0a75664dcea3e.tar.gz cpython-ab16dc180e362e4cdb9eb163fae0a75664dcea3e.tar.bz2 |
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.
Patch by Sanyam Khurana.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -712,6 +712,7 @@ Magnus Kessler Lawrence Kesteloot Vivek Khera Dhiru Kholia +Sanyam Khurana Mads Kiilerich Jason Killen Jan Kim |