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 aronacher
Recipients aronacher
Date 2008-03-22.23:32:53
SpamBayes Score 0.33742303
Marked as misclassified No
Message-id <1206228775.23.0.695866830268.issue2460@psf.upfronthosting.co.za>
In-reply-to
Content
Currently python raises an exception if one tries to copy or deepcopy
Ellpisis.  The former is usually no problem but if an ellipsis ends up
on an object and becomes deepcopied this is pretty annoying.

The patch provided adds Ellipsis to the copy.py registry with the same
treatment None and other immutable types get.
History
Date User Action Args
2008-03-22 23:32:55aronachersetspambayes_score: 0.337423 -> 0.33742303
recipients: + aronacher
2008-03-22 23:32:55aronachersetspambayes_score: 0.337423 -> 0.337423
messageid: <1206228775.23.0.695866830268.issue2460@psf.upfronthosting.co.za>
2008-03-22 23:32:54aronacherlinkissue2460 messages
2008-03-22 23:32:54aronachercreate