New submission from anatoly techtonik <techto...@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: d...@python
components: Documentation
messages: 108069
nosy: d...@python, techtonik
priority: normal
severity: normal
status: open
title: no copy.copy problem description
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9021>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to