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
--
http://mail.python.org/mailman/listinfo/python-list
