Talk:Bitmap/Python

From Rosetta Code
Revision as of 12:27, 3 May 2010 by rosettacode>MizardX (→‎Alternative version: Question about ''copy'')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Alternative version

What is the thought behind the copy-method of the Colour-type? Tuples are immutable, so copying them just wastes memory. On the other hand, in case it serves some other purpose, I don't want to remove it before confirming. --MizardX 12:27, 3 May 2010 (UTC)