[issue8968] token type constants are not documented

Ilya Sandler report at bugs.python.org
Fri Jun 11 02:27:43 CEST 2010


New submission from Ilya Sandler <ilya.sandler at gmail.com>:

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?

----------
assignee: docs at python
components: Documentation
messages: 107509
nosy: docs at python, isandler
priority: normal
severity: normal
status: open
title: token type constants are not documented
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8968>
_______________________________________


More information about the Python-bugs-list mailing list