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.13:47:31
SpamBayes Score 4.5600146e-08
Marked as misclassified No
Message-id <1259329653.35.0.678421423831.issue1515@psf.upfronthosting.co.za>
In-reply-to
Content
The test should be a real unittest in Lib/test/test_copy, not something
in the __main__ section of Lib/copy.py. Nobody runs these, as a matter
of fact if you run Lib/copy.py under the py3k branch it fails.

To nitpick a bit, I also think Michael's test above was better, since it
was checking whether the copied method actually worked.
History
Date User Action Args
2009-11-27 13:47:33pitrousetrecipients: + pitrou, gvanrossum, barry, christian.heimes, rbcollins, mlvanbie, Dmitrey, cool-RR
2009-11-27 13:47:33pitrousetmessageid: <1259329653.35.0.678421423831.issue1515@psf.upfronthosting.co.za>
2009-11-27 13:47:31pitroulinkissue1515 messages
2009-11-27 13:47:31pitroucreate