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 afoglia, pitrou, rhettinger
Date 2009-12-05.22:11:59
SpamBayes Score 0.048616096
Marked as misclassified No
Message-id <1260051120.39.0.38491237215.issue7434@psf.upfronthosting.co.za>
In-reply-to
Content
You could make all namedtuples inherit from a common base class, e.g.
`BaseNamedTuple`.
History
Date User Action Args
2009-12-05 22:12:00pitrousetrecipients: + pitrou, rhettinger, afoglia
2009-12-05 22:12:00pitrousetmessageid: <1260051120.39.0.38491237215.issue7434@psf.upfronthosting.co.za>
2009-12-05 22:11:59pitroulinkissue7434 messages
2009-12-05 22:11:59pitroucreate