Message123353
| Author | eli.bendersky |
|---|---|
| Recipients | Retro, eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, rhettinger, terry.reedy, xuanji |
| Date | 2010-12-04.14:07:57 |
| SpamBayes Score | 4.430221e-05 |
| Marked as misclassified | No |
| Message-id | <1291471680.1.0.121919939415.issue10516@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attaching a patch with the following: 1. list.copy() and list.clear() implemented in Objects/listobject.c, with appropriate doc strings (modeled after dict's docstrings) 2. Same methods implemented in collections.UserList 3. Tests added that exercise the methods in both list and UserList Re the documentation, it's currently unclear where it should go. I asked on docs@python.org. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-12-04 14:08:00 | eli.bendersky | set | recipients: + eli.bendersky, georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, Retro, xuanji |
| 2010-12-04 14:08:00 | eli.bendersky | set | messageid: <1291471680.1.0.121919939415.issue10516@psf.upfronthosting.co.za> |
| 2010-12-04 14:07:57 | eli.bendersky | link | issue10516 messages |
| 2010-12-04 14:07:57 | eli.bendersky | create | |