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 pitrou
Recipients Dmitrey, barry, christian.heimes, cool-RR, gvanrossum, mlvanbie, pitrou, rbcollins
Date 2009-11-27.22:40:35
SpamBayes Score 5.094532e-06
Marked as misclassified No
Message-id <1259361658.3418.3.camel@localhost>
In-reply-to <1259360707.83.0.693425244986.issue1515@psf.upfronthosting.co.za>
Content
> @Antoine, I agree that the tests for copy should be a proper unit test;
> that seems orthogonal to this patch though :)

Not really, since Lib/test/test_copy.py exists and contains tests for
deepcopy; you should add the new test there.

> I don't have a checkout of 3 at the moment, but do you think the test
> failure on 3 is shallow or deep?

What I mean is that Lib/copy.py fails without your changes under py3k.
History
Date User Action Args
2009-11-27 22:40:37pitrousetrecipients: + pitrou, gvanrossum, barry, christian.heimes, rbcollins, mlvanbie, Dmitrey, cool-RR
2009-11-27 22:40:36pitroulinkissue1515 messages
2009-11-27 22:40:35pitroucreate