[issue2460] Ellipsis not copyable

2008-03-24 Thread Raymond Hettinger
Raymond Hettinger [EMAIL PROTECTED] added the comment: Thanks for the patch. Applied in r61841. -- resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2460 __

[issue2460] Ellipsis not copyable

2008-03-22 Thread Armin Ronacher
New submission from Armin Ronacher [EMAIL PROTECTED]: 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

[issue2460] Ellipsis not copyable

2008-03-22 Thread Raymond Hettinger
Changes by Raymond Hettinger [EMAIL PROTECTED]: -- assignee: - rhettinger nosy: +rhettinger type: behavior - feature request versions: -Python 2.5 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2460 __