This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, benjamin.peterson, krisys, ncoghlan, pitrou, rhettinger
Date 2011-11-09.21:49:59
SpamBayes Score 0.0024503074
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
> Like any named tuple, the benefits lie in the better repr, and the fact
> that if you only want some fields you don't have to unpack the whole
> tuple.

But, given the common idiom shown by Benjamin, how likely is it that you manipulate the tuple as-is?
History
Date User Action Args
2011-11-09 21:49:59pitrousetrecipients: + pitrou, rhettinger, amaury.forgeotdarc, ncoghlan, benjamin.peterson, krisys
2011-11-09 21:49:59pitrousetmessageid: <[email protected]>
2011-11-09 21:49:59pitroulinkissue13375 messages
2011-11-09 21:49:59pitroucreate