Message123321
| Author | eli.bendersky |
|---|---|
| Recipients | eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, rhettinger, terry.reedy, xuanji |
| Date | 2010-12-04.08:54:00 |
| SpamBayes Score | 0.00249942 |
| Marked as misclassified | No |
| Message-id | <1291452844.65.0.965526321369.issue10516@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Was list.copy() also approved? After all, there are many ways to achieve the same even now: 1. L[:] 2. list(L) 3. import copy and then copy.copy Especially re the last one: list.copy() can be deep or shallow, which one should it be? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-12-04 08:54:04 | eli.bendersky | set | recipients: + eli.bendersky, georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, xuanji |
| 2010-12-04 08:54:04 | eli.bendersky | set | messageid: <1291452844.65.0.965526321369.issue10516@psf.upfronthosting.co.za> |
| 2010-12-04 08:54:01 | eli.bendersky | link | issue10516 messages |
| 2010-12-04 08:54:00 | eli.bendersky | create | |