Message123326
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. |
|
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 | |
|