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 techtonik
Recipients docs@python, techtonik
Date 2010-06-17.23:18:31
SpamBayes Score 0.04886833
Marked as misclassified No
Message-id <1276816713.34.0.416523004663.issue9021@psf.upfronthosting.co.za>
In-reply-to
Content
`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
History
Date User Action Args
2010-06-17 23:18:33techtoniksetrecipients: + techtonik, docs@python
2010-06-17 23:18:33techtoniksetmessageid: <1276816713.34.0.416523004663.issue9021@psf.upfronthosting.co.za>
2010-06-17 23:18:31techtoniklinkissue9021 messages
2010-06-17 23:18:31techtonikcreate