[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Concerning copy



Kevin,

Can you post the code snippet, what behaviour you want it to have, and
what behaviour it has?  That would help us see if there is a good work
around.

Cheers,
Nate

On 22/04/06, Kevin Turner <darian@xxxxxxxxxxxxx> wrote:
> Recently I encountered an issue where Python would, instead of creating
> a new object, instead reference the original one. Using copy.copy() is
> a solution, but I'd much rather be able to toggle off the weird
> referencing that Python has been using and make exceptions as
> necessary. Is there any way to do this?
>
> -Kevin
>
>