scared about refrences...

Peter Otten __peter__ at web.de
Tue Oct 31 04:12:20 EST 2006


J. Clifford Dyer wrote:

> Thanks, that's very helpful.  Playing with your code a bit, I narrowed
> the problem down to the array.array() structure.  Looking at
> help(array), there's a method defined called __deepcopy__, which, it
> seems, takes no arguments, while deepcopy is passing it one argument.
> Looks like a bug in the array module to me.  Maybe others with more

Fixed in subversion: http://www.python.org/sf/1545837 




More information about the Python-list mailing list