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 FunkyBob
Recipients FunkyBob, docs@python
Date 2014-03-17.11:56:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395057365.37.0.876415448459.issue20956@psf.upfronthosting.co.za>
In-reply-to
Content
Although 3.x does yield a named-tuple, 2.x does not, despite the documentation:

    The exact type can be determined by checking the token string field on the named tuple returned from tokenize.tokenize() for the character sequence that identifies a specific operator token.

(I'd much rather this functionality be back-ported from 3, as it's quite simple)
History
Date User Action Args
2014-03-17 11:56:05FunkyBobsetrecipients: + FunkyBob, docs@python
2014-03-17 11:56:05FunkyBobsetmessageid: <1395057365.37.0.876415448459.issue20956@psf.upfronthosting.co.za>
2014-03-17 11:56:05FunkyBoblinkissue20956 messages
2014-03-17 11:56:04FunkyBobcreate