◐ Shell
clean mode source ↗

bpo-25324: Move the description of tokenize tokens to token.rst. by serhiy-storchaka · Pull Request #1911 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@serhiy-storchaka

Also tweaks the formatting.

@mention-bot

vadmium

Added :data:`COMMENT`, :data:`NL` and :data:`ENCODING` to bring
the tokens in the C code in line with the tokens needed in
:mod:`tokenize` module. These tokens aren't used by the C tokenizer. No newline at end of file
Following token type values aren't used by the C tokenizer but are needed for

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the in front: The following token type values . . .

@serhiy-storchaka

Labels

docs

Documentation in the Doc dir