mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Merge 3.5
This commit is contained in:
commit
7f955ab16a
1 changed files with 6 additions and 0 deletions
|
@ -97,10 +97,16 @@ The token constants are:
|
||||||
RARROW
|
RARROW
|
||||||
ELLIPSIS
|
ELLIPSIS
|
||||||
OP
|
OP
|
||||||
|
AWAIT
|
||||||
|
ASYNC
|
||||||
ERRORTOKEN
|
ERRORTOKEN
|
||||||
N_TOKENS
|
N_TOKENS
|
||||||
NT_OFFSET
|
NT_OFFSET
|
||||||
|
|
||||||
|
.. versionchanged:: 3.5
|
||||||
|
Added :data:`AWAIT` and :data:`ASYNC` tokens. Starting with
|
||||||
|
Python 3.7, "async" and "await" will be tokenized as :data:`NAME`
|
||||||
|
tokens, and :data:`AWAIT` and :data:`ASYNC` will be removed.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue