Thomas Jollans wrote: >> "Support heterogeneous lists" ==> "Yes (array)" > > This is nonsense, and has always been.
I think you are misunderstanding that statement. Python's list stores its items in a continuous chunk of memory, a layout that is called array in common CS terminology as opposed to lists which are typically linked lists. Peter -- http://mail.python.org/mailman/listinfo/python-list