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:18:41
SpamBayes Score 1.1479716e-05
Marked as misclassified No
Message-id <1264609123.82.0.37028609863.issue7796@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Antoine and Eric, 

Thanks for your responses.

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 am actually writing a C interface which does conversion from namedtuples to a form of "RecordSpecification" to do with databases. The namedtuple is arbitrarily created by the user.)
History
Date User Action Args
2010-01-27 16:18:43pwallersetrecipients: + pwaller, rhettinger, pitrou, eric.araujo
2010-01-27 16:18:43pwallersetmessageid: <1264609123.82.0.37028609863.issue7796@psf.upfronthosting.co.za>
2010-01-27 16:18:41pwallerlinkissue7796 messages
2010-01-27 16:18:41pwallercreate