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 isandler
Recipients docs@python, isandler
Date 2010-06-11.00:27:41
SpamBayes Score 0.0012717547
Marked as misclassified No
Message-id <1276216063.7.0.11813766705.issue8968@psf.upfronthosting.co.za>
In-reply-to
Content
the token module defines constants for token types e.g

 NAME = 1
 NUMBER = 2
 STRING = 3
 NEWLINE = 4

etc.

These constants are very useful for any code which needs to tokenize python source, yet they are not listed in the documentation.


Is this a documentation bug?
History
Date User Action Args
2010-06-11 00:27:43isandlersetrecipients: + isandler, docs@python
2010-06-11 00:27:43isandlersetmessageid: <1276216063.7.0.11813766705.issue8968@psf.upfronthosting.co.za>
2010-06-11 00:27:42isandlerlinkissue8968 messages
2010-06-11 00:27:41isandlercreate