[Python-3000] Immutable lists

Greg Ewing greg.ewing at canterbury.ac.nz
Fri May 26 02:24:55 CEST 2006


> On 5/25/06, Nick Coghlan <ncoghlan at gmail.com> wrote:
> 
>>Yes - I'm saying tuple[T1, T2] should describe an arbitrary length tuple whose
>>elements are 2-tuples, *instead* of being equivalent to (T1, T2).

Ah, I see. Yes, that would work, although it would
make tuple somewhat special in that some parameterisations
of it would not be expressible as typename[params].

--
Greg


More information about the Python-3000 mailing list