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 pwaller
Recipients eric.araujo, pitrou, pwaller, rhettinger
Date 2010-01-27.16:23:49
SpamBayes Score 0.0006398525
Marked as misclassified No
Message-id <1264609430.91.0.436911987042.issue7796@psf.upfronthosting.co.za>
In-reply-to
Content
In this case, I need to have names for each object. It is also desirable to use the namedtuple because of their lightweight nature.

If they were to subclass the namedtuple I would be happy to accept that, but I really do want them to pass some form of namedtuple to me, to have some sort of consistency. The named tuple gives an obvious simple interface for determining which fields are available and the order they are in.
History
Date User Action Args
2010-01-27 16:23:50pwallersetrecipients: + pwaller, rhettinger, pitrou, eric.araujo
2010-01-27 16:23:50pwallersetmessageid: <1264609430.91.0.436911987042.issue7796@psf.upfronthosting.co.za>
2010-01-27 16:23:49pwallerlinkissue7796 messages
2010-01-27 16:23:49pwallercreate