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 gdr@garethrees.org
Recipients benjamin.peterson, eric.snow, ezio.melotti, gdr@garethrees.org, r.david.murray, vladris
Date 2011-08-04.12:26:06
SpamBayes Score 0.11695856
Marked as misclassified No
Message-id <1312460766.99.0.687342823254.issue12675@psf.upfronthosting.co.za>
In-reply-to
Content
Ah ... TokenInfo is a *subclass* of namedtuple, so I can add extra properties to it without breaking consumers that expect it to be a 5-tuple.
History
Date User Action Args
2011-08-04 12:26:07gdr@garethrees.orgsetrecipients: + gdr@garethrees.org, benjamin.peterson, ezio.melotti, r.david.murray, eric.snow, vladris
2011-08-04 12:26:06gdr@garethrees.orgsetmessageid: <1312460766.99.0.687342823254.issue12675@psf.upfronthosting.co.za>
2011-08-04 12:26:06gdr@garethrees.orglinkissue12675 messages
2011-08-04 12:26:06gdr@garethrees.orgcreate