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 eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, rhettinger, terry.reedy, xuanji
Date 2010-12-04.08:54:00
SpamBayes Score 0.00249942
Marked as misclassified No
Message-id <1291452844.65.0.965526321369.issue10516@psf.upfronthosting.co.za>
In-reply-to
Content
Was list.copy() also approved? After all, there are many ways to achieve the same even now:

1. L[:]
2. list(L)
3. import copy and then copy.copy

Especially re the last one: list.copy() can be deep or shallow, which one should it be?
History
Date User Action Args
2010-12-04 08:54:04eli.benderskysetrecipients: + eli.bendersky, georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, xuanji
2010-12-04 08:54:04eli.benderskysetmessageid: <1291452844.65.0.965526321369.issue10516@psf.upfronthosting.co.za>
2010-12-04 08:54:01eli.benderskylinkissue10516 messages
2010-12-04 08:54:00eli.benderskycreate