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 eric.snow
Recipients amaury.forgeotdarc, daniel.urban, eric.araujo, eric.snow, pitrou, pwaller, python-dev, rhettinger, santoso.wijaya, thead, zuo
Date 2013-06-08.18:29:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370716153.6.0.0230113341009.issue7796@psf.upfronthosting.co.za>
In-reply-to
Content
It may not enough, but the use of namedtuples (vs. plain tuples) with functools.singledispatch() would be messier without a NamedTuple ABC (or other base type).  Of course, when would you want to dispatch specifically on namedtuple?  I can think of a few relatively weak uses, but not enough to justify the cost of establishing a common base class for namedtuple.
History
Date User Action Args
2013-06-08 18:29:13eric.snowsetrecipients: + eric.snow, rhettinger, amaury.forgeotdarc, pitrou, thead, eric.araujo, zuo, pwaller, daniel.urban, santoso.wijaya, python-dev
2013-06-08 18:29:13eric.snowsetmessageid: <1370716153.6.0.0230113341009.issue7796@psf.upfronthosting.co.za>
2013-06-08 18:29:13eric.snowlinkissue7796 messages
2013-06-08 18:29:13eric.snowcreate