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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, Arfrever, eric.smith, ezio.melotti, pitrou, rhettinger
Date 2010-04-29.15:37:01
SpamBayes Score 0.0012163854
Marked as misclassified No
Message-id <1272555423.12.0.113794032938.issue8413@psf.upfronthosting.co.za>
In-reply-to
Content
The recommended way to check that an object is an instance of a namedtuple  is to check for the _fields attribute.  See issue7796, msg99869.
History
Date User Action Args
2010-04-29 15:37:03Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, rhettinger, pitrou, eric.smith, ezio.melotti, Arfrever
2010-04-29 15:37:03Alexander.Belopolskysetmessageid: <1272555423.12.0.113794032938.issue8413@psf.upfronthosting.co.za>
2010-04-29 15:37:01Alexander.Belopolskylinkissue8413 messages
2010-04-29 15:37:01Alexander.Belopolskycreate