summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2017-04-09 10:57:29 (GMT)
committerGitHub <noreply@github.com>2017-04-09 10:57:29 (GMT)
commitab16dc180e362e4cdb9eb163fae0a75664dcea3e (patch)
tree73c9d4969d655bf722415ad37f72622a238f7ad6 /Misc
parentd6d943a090cffa8925fb5a5d92357dbdb15040c5 (diff)
downloadcpython-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/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index cacf7e5..899a190 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -712,6 +712,7 @@ Magnus Kessler
Lawrence Kesteloot
Vivek Khera
Dhiru Kholia
+Sanyam Khurana
Mads Kiilerich
Jason Killen
Jan Kim