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 serhiy.storchaka
Recipients introom, josh.r, nadeem.vawda, serhiy.storchaka, twouters
Date 2016-01-20.18:26:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453314386.99.0.315223124808.issue25007@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Josh. Needed __deepcopy__ and tests. And I think there may be problem with sharing a docstring (that includes a signature) between copy() and __copy__(). It is better to just add separate method that calls the implementation of copy().
History
Date User Action Args
2016-01-20 18:26:27serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, nadeem.vawda, josh.r, introom
2016-01-20 18:26:26serhiy.storchakasetmessageid: <1453314386.99.0.315223124808.issue25007@psf.upfronthosting.co.za>
2016-01-20 18:26:26serhiy.storchakalinkissue25007 messages
2016-01-20 18:26:26serhiy.storchakacreate