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 danielsh
Recipients danielsh, docs@python
Date 2015-03-29.06:01:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427608901.41.0.0640545279461.issue23802@psf.upfronthosting.co.za>
In-reply-to
Content
In the 'copy' module documentation, it wasn't fully clear to me how __deepcopy__ implementations should treat the memo dict argument.  The attached patch clarifies that __deepcopy__ implementations should treat the memo dict argument as an opaque type.
History
Date User Action Args
2015-03-29 06:01:41danielshsetrecipients: + danielsh, docs@python
2015-03-29 06:01:41danielshsetmessageid: <1427608901.41.0.0640545279461.issue23802@psf.upfronthosting.co.za>
2015-03-29 06:01:41danielshlinkissue23802 messages
2015-03-29 06:01:41danielshcreate