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 rhettinger
Recipients akira, gvanrossum, rhettinger, serhiy.storchaka
Date 2014-07-31.01:57:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406771854.3.0.564696522307.issue22101@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is needed nor do I think that it is a good idea to have a copy() method in the ABCs because they know so little about their concrete underlying class (perhaps the backing store in the filesystem or a database).   Besides, a user already has workable alternatives such as creating a new instance and applying |= to populate it.

In general, we don't do API expansions without motivating use cases to guide the design.  

Also, note that MutableMapping does not have a copy method.
History
Date User Action Args
2014-07-31 01:57:34rhettingersetrecipients: + rhettinger, gvanrossum, akira, serhiy.storchaka
2014-07-31 01:57:34rhettingersetmessageid: <1406771854.3.0.564696522307.issue22101@psf.upfronthosting.co.za>
2014-07-31 01:57:34rhettingerlinkissue22101 messages
2014-07-31 01:57:33rhettingercreate