mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Issue #23322: Merge from 3.5
This commit is contained in:
commit
f4c69ab0ed
1 changed files with 0 additions and 7 deletions
|
@ -108,10 +108,3 @@ The token constants are:
|
||||||
Added :data:`AWAIT` and :data:`ASYNC` tokens. Starting with
|
Added :data:`AWAIT` and :data:`ASYNC` tokens. Starting with
|
||||||
Python 3.7, "async" and "await" will be tokenized as :data:`NAME`
|
Python 3.7, "async" and "await" will be tokenized as :data:`NAME`
|
||||||
tokens, and :data:`AWAIT` and :data:`ASYNC` will be removed.
|
tokens, and :data:`AWAIT` and :data:`ASYNC` will be removed.
|
||||||
|
|
||||||
.. seealso::
|
|
||||||
|
|
||||||
Module :mod:`parser`
|
|
||||||
The second example for the :mod:`parser` module shows how to use the
|
|
||||||
:mod:`symbol` module.
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue