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 abarnert
Recipients abarnert, amaury.forgeotdarc, daniel.urban, eric.araujo, eric.snow, pitrou, pwaller, python-dev, rhettinger, santoso.wijaya, thead, zuo
Date 2014-01-13.01:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389575713.72.0.753931466236.issue7796@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the structseq issues are a lot easier to solve than the appear. See #20230, which adds a _fields member to every structseq type. Having done that, a NamedTuple ABC works on them just fine. And of course duck typing them without an ABC does too.
History
Date User Action Args
2014-01-13 01:15:14abarnertsetrecipients: + abarnert, rhettinger, amaury.forgeotdarc, pitrou, thead, eric.araujo, zuo, pwaller, daniel.urban, santoso.wijaya, python-dev, eric.snow
2014-01-13 01:15:13abarnertsetmessageid: <1389575713.72.0.753931466236.issue7796@psf.upfronthosting.co.za>
2014-01-13 01:15:13abarnertlinkissue7796 messages
2014-01-13 01:15:13abarnertcreate