[issue9021] no copy.copy problem description

anatoly techtonik report at bugs.python.org
Fri Jun 18 01:18:33 CEST 2010


New submission from anatoly techtonik <techtonik at gmail.com>:

`copy` module covers very important aspect of Python programming. However its documentation doesn't provide any intro or overview of this problem starting right from details. When people meet `copy` construction in the code - the refer to module documentation and its doesn't completely answer two basic questions they have:

1. why copy module is needed (i.e. what's the problem with var assignment)
2. when and where it should be used

----------
assignee: docs at python
components: Documentation
messages: 108069
nosy: docs at python, techtonik
priority: normal
severity: normal
status: open
title: no copy.copy problem description
versions: Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list