Structures

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Mon Nov 3 19:19:16 EST 2008


On Mon, 03 Nov 2008 23:32:25 +0000, Paulo J. Matos wrote:

> What's then the reason for adding named tuples if they are not
> mutable...???

Names are more descriptive than "magic numbers" as indices.  See for 
example the "named tuple" returned by `os.stat()`.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list