Message154289
On Sun, Feb 26, 2012 at 00:11, Ned Deily <report@bugs.python.org> wrote:
> "shallow copy" and "deep copy" are both standard computer science terms by no means unique to or invented by Python. We should be cautious about documentation bloat and trying to redefine standard terms.
>
> http://en.wikipedia.org/wiki/Object_copy#Shallow_copy
Do they mean exactly the same thing in Python as what Wikipedia says?
In that case, are links to Wikipedia allowed?
Anyways, some explanation (or link) would be needed since many people
without a background in computer science are going to read the
tutorial. I think the term is not common enough that it can be taken
for granted that newbies to Python (readers of the tutorial) will know
it. |
|
Date |
User |
Action |
Args |
2012-02-26 00:02:10 | tshepang | set | recipients:
+ tshepang, terry.reedy, tim.golden, ned.deily, ezio.melotti, eric.araujo, docs@python, Ramchandra Apte |
2012-02-26 00:02:10 | tshepang | link | issue14112 messages |
2012-02-26 00:02:09 | tshepang | create | |
|