Skip to content

[3.6] bpo-29506: Clarify deep copy note in copy module #1061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2017

Conversation

ncoghlan
Copy link
Contributor

@ncoghlan ncoghlan commented Apr 9, 2017

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.

(cherry picked from commit 19e0494)

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 19e0494)
@ncoghlan ncoghlan self-assigned this Apr 9, 2017
@ncoghlan ncoghlan changed the title bpo-29506: Clarify deep copy note in copy module [3.6] bpo-29506: Clarify deep copy note in copy module Apr 9, 2017
@ncoghlan ncoghlan merged commit a524d63 into python:3.6 Apr 9, 2017
@ncoghlan ncoghlan deleted the backport-19e0494-3.6 branch March 30, 2018 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants