Message123326
| Author | Retro |
|---|---|
| Recipients | Retro, eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, rhettinger, terry.reedy, xuanji |
| Date | 2010-12-04.09:32:35 |
| SpamBayes Score | 1.8601477e-06 |
| Marked as misclassified | No |
| Message-id | <1291455157.1.0.860132901109.issue10516@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is really welcome. It makes Python even more readable. If 'a' is a list object, a[:] is not so obvious at first to a newcomer, but a.copy() is. Also, a.clear() is so perfect and understandable. I wish you could decorate Python versions prior to 3.3 with this two new list methods. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-12-04 09:32:37 | Retro | set | recipients: + Retro, georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, eli.bendersky, xuanji |
| 2010-12-04 09:32:37 | Retro | set | messageid: <1291455157.1.0.860132901109.issue10516@psf.upfronthosting.co.za> |
| 2010-12-04 09:32:35 | Retro | link | issue10516 messages |
| 2010-12-04 09:32:35 | Retro | create | |