Re: Deepcopying slice objects

2008-12-16 Thread Gabriel Genellina
En Sun, 14 Dec 2008 15:43:01 -0200, Max Argus escribió: I stumbled across a thread about that suggests fixing deepcopy to let it copy slice objects. ( http://mail.python.org/pipermail/python-list/2006-August/398206.html). I expected this to work and don't see any reason why it shouldn't in case

Deepcopying slice objects

2008-12-14 Thread Max Argus
I stumbled across a thread about that suggests fixing deepcopy to let it copy slice objects. ( http://mail.python.org/pipermail/python-list/2006-August/398206.html). I expected this to work and don't see any reason why it shouldn't in case there is a good reason why it dosen't work can someone plea