[docs] [issue14112] tutorial intro talks of "shallow copy" concept without explanation

Ezio Melotti report at bugs.python.org
Mon Oct 14 04:32:17 CEST 2013


Ezio Melotti added the comment:

Here is a patch that adds glossary entries for deep and shallow copy.  I tried to keep them simple and clear enough.

FWIW http://docs.python.org/3.4/library/copy.html also has a definition of the terms.

If my definitions are OK I will add links to the terms were appropriate.

----------
keywords: +patch
nosy: +georg.brandl
stage:  -> patch review
type:  -> enhancement
versions: +Python 3.4 -Python 3.2
Added file: http://bugs.python.org/file32107/issue14112.diff

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


More information about the docs mailing list