◐ Shell
clean mode source ↗

Message 96011 - Python tracker

Message96011

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