This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:00eli.benderskysetrecipients: + eli.bendersky, georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, Retro, xuanji
2010-12-04 14:08:00eli.benderskysetmessageid: <1291471680.1.0.121919939415.issue10516@psf.upfronthosting.co.za>
2010-12-04 14:07:57eli.benderskylinkissue10516 messages
2010-12-04 14:07:57eli.benderskycreate