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 eric.araujo, pitrou, pwaller, rhettinger
Date 2010-01-27.16:21:41
SpamBayes Score 0.00056991243
Marked as misclassified No
Message-id <1264609376.3631.27.camel@localhost>
In-reply-to <1264609123.82.0.37028609863.issue7796@psf.upfronthosting.co.za>
Content
> I need to be able to catch all named tuples, I don't know in advance
> what instance of a namedtuple it might be, but I want my function to
> only accept named tuples. Is this unreasonable?

I don't know. Why exactly don't you want to accept something else?
Perhaps the user has their own namedtuple-like class. Or perhaps they're
fine with plain tuples.
History
Date User Action Args
2010-01-27 16:21:44pitrousetrecipients: + pitrou, rhettinger, eric.araujo, pwaller
2010-01-27 16:21:42pitroulinkissue7796 messages
2010-01-27 16:21:42pitroucreate