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 gvanrossum
Recipients akira, gvanrossum, rhettinger, serhiy.storchaka
Date 2014-07-31.17:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406826973.5.0.8882373754.issue22101@psf.upfronthosting.co.za>
In-reply-to
Content
You need to learn when to give up. :-)

I wasn't the one who added a copy() method to other containers.  I personally despise almost all uses of "copying" (including the entire copy module, both deep and shallow copy functionality).  I much prefer to write e.g. list(x) over x.copy() -- when I say list(x) I know the type of the result.
History
Date User Action Args
2014-07-31 17:16:13gvanrossumsetrecipients: + gvanrossum, rhettinger, akira, serhiy.storchaka
2014-07-31 17:16:13gvanrossumsetmessageid: <1406826973.5.0.8882373754.issue22101@psf.upfronthosting.co.za>
2014-07-31 17:16:13gvanrossumlinkissue22101 messages
2014-07-31 17:16:13gvanrossumcreate