bpo-25324: Move the description of tokenize tokens to token.rst. by serhiy-storchaka · Pull Request #1911 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Conversation
| 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 . . .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters