This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients docs@python, shlsh, steven.daprano
Date 2014-08-30.10:03:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409393011.83.0.681482843903.issue22305@psf.upfronthosting.co.za>
In-reply-to
Content
> It should read:
> "administrative data structures that should be not shared 
> even between copies"

No. If they should NOT be shared, then making a deep copy is the correct thing to do. The problem with deepcopy is when you actually do want to share some deep data structures, but not others. Then making a copy is the wrong thing, since they will no longer be shared.

The current documentation is correct. I'm going to leave the issue Open for the time being, in case somebody can think of wording that is more clear and less likely to be misunderstood.
History
Date User Action Args
2014-08-30 10:03:31steven.dapranosetrecipients: + steven.daprano, docs@python, shlsh
2014-08-30 10:03:31steven.dapranosetmessageid: <1409393011.83.0.681482843903.issue22305@psf.upfronthosting.co.za>
2014-08-30 10:03:31steven.dapranolinkissue22305 messages
2014-08-30 10:03:31steven.dapranocreate