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 georg.brandl
Recipients Retro, brian.curtin, eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, ncoghlan, rhettinger, terry.reedy, xuanji, ysj.ray
Date 2011-03-01.06:34:24
SpamBayes Score 2.8668406e-05
Marked as misclassified No
Message-id <1298961264.82.0.2994116968.issue10516@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, shouldn't self.__class__(self) be a good default implementation of copy()?

I'd expect any sequence to support this way of creation from another sequence, even if it's inefficient.
History
Date User Action Args
2011-03-01 06:34:24georg.brandlsetrecipients: + georg.brandl, rhettinger, terry.reedy, ncoghlan, eric.smith, giampaolo.rodola, eric.araujo, Retro, eli.bendersky, brian.curtin, ysj.ray, xuanji
2011-03-01 06:34:24georg.brandlsetmessageid: <1298961264.82.0.2994116968.issue10516@psf.upfronthosting.co.za>
2011-03-01 06:34:24georg.brandllinkissue10516 messages
2011-03-01 06:34:24georg.brandlcreate