Skip to content

[2.7] bpo-29506: Clarify deep copy note in copy module #1063

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

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.

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.
@ncoghlan ncoghlan self-assigned this Apr 9, 2017
@ncoghlan ncoghlan changed the title bpo-29506: Clarify deep copy note in copy module [2.7] bpo-29506: Clarify deep copy note in copy module Apr 9, 2017
@ncoghlan ncoghlan merged commit ab16dc1 into python:2.7 Apr 9, 2017
@ncoghlan ncoghlan deleted the py27-bpo-29506-clarify-deep-copy-note branch March 30, 2018 07:48
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