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 eric.snow
Recipients Kassym.Dorsel, alexandre.vassalotti, eric.snow
Date 2013-10-24.04:04:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382587499.49.0.989397060103.issue19364@psf.upfronthosting.co.za>
In-reply-to
Content
Your example worked correctly, since the copy module is indeed not copiable. :)  Did you mean "from copy import copy"?
History
Date User Action Args
2013-10-24 04:04:59eric.snowsetrecipients: + eric.snow, alexandre.vassalotti, Kassym.Dorsel
2013-10-24 04:04:59eric.snowsetmessageid: <1382587499.49.0.989397060103.issue19364@psf.upfronthosting.co.za>
2013-10-24 04:04:59eric.snowlinkissue19364 messages
2013-10-24 04:04:59eric.snowcreate