Luis Zarrabeitia <ky...@uh.cu> writes: > No, copy and paste from the original data structures would eliminate those > mismatches.
The whole point is that would be possible if Python had data structure definitions ("types") that were possible to copy and paste from some single location, instead of building up structures dynamically, adding fields on the fly in ways that have become obscure over the evolution of the code. -- http://mail.python.org/mailman/listinfo/python-list