[New-bugs-announce] [issue23802] patch: __deepcopy__ memo dict argument usage

Daniel Shahaf report at bugs.python.org
Sun Mar 29 08:01:41 CEST 2015


New submission from Daniel Shahaf:

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.

----------
assignee: docs at python
components: Documentation
files: opaque.diff
keywords: patch
messages: 239473
nosy: danielsh, docs at python
priority: normal
severity: normal
status: open
title: patch: __deepcopy__ memo dict argument usage
type: enhancement
Added file: http://bugs.python.org/file38723/opaque.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23802>
_______________________________________


More information about the New-bugs-announce mailing list