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 eric.araujo
Recipients docs@python, eric.araujo, isandler
Date 2010-06-11.04:59:43
SpamBayes Score 0.01475785
Marked as misclassified No
Message-id <1276232387.19.0.73185328496.issue8968@psf.upfronthosting.co.za>
In-reply-to
Content
It is. Constants should be documented in the regular doc, not only by introspection or reading the source. See the doc for tokenize: “All constants from the token module are also exported from tokenize, as are two additional token type values”.

Thanks for the report. Would you mind writing a patch?
History
Date User Action Args
2010-06-11 04:59:48eric.araujosetrecipients: + eric.araujo, isandler, docs@python
2010-06-11 04:59:47eric.araujosetmessageid: <1276232387.19.0.73185328496.issue8968@psf.upfronthosting.co.za>
2010-06-11 04:59:44eric.araujolinkissue8968 messages
2010-06-11 04:59:43eric.araujocreate