terminological obscurity

Grant Edwards grante at visi.com
Mon May 24 16:57:25 EDT 2004


On 2004-05-24, Aahz <aahz at pythoncraft.com> wrote:

>>Tuples are for when you should have used a structure with
>>symbolically named fields.
>
> More precisely, when you have symbolic fields, but you want a
> light-weight and immutable structure to contain the info.

Well put.  

The immutable part is also important because that means they
can be used as keys in a dictionary -- even if they are
homogeneous.

-- 
Grant Edwards                   grante             Yow!  I'm protected by
                                  at               a ROLL-ON I rented from
                               visi.com            AVIS...



More information about the Python-list mailing list