In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Is there some reason that would be better? It would make a lot > of the code more complicated. Ok, it would require only one > bit of added code, I suppose, but I don't see the plus side.
The plus side is you give up an untenable position :-) And to address an item in a matrix costs two lookups, row and column, while an array needs only one. P. -- http://mail.python.org/mailman/listinfo/python-list
