Message122515
| Author | xuanji |
|---|---|
| Recipients | eli.bendersky, eric.araujo, eric.smith, giampaolo.rodola, rhettinger, terry.reedy, xuanji |
| Date | 2010-11-27.10:20:23 |
| SpamBayes Score | 9.4988644e-07 |
| Marked as misclassified | No |
| Message-id | <1290853226.41.0.136666577598.issue10516@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hi, I'm also looking at listobject.c also... if we want list.clear() to behave exactly like del list[], we may be able to just call list_ass_slice on the list. Similarly for list.copy which should behave like a=l[:] |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-27 10:20:26 | xuanji | set | recipients: + xuanji, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, eli.bendersky |
| 2010-11-27 10:20:26 | xuanji | set | messageid: <1290853226.41.0.136666577598.issue10516@psf.upfronthosting.co.za> |
| 2010-11-27 10:20:23 | xuanji | link | issue10516 messages |
| 2010-11-27 10:20:23 | xuanji | create | |