Issue #23322: Merge from 3.5

This commit is contained in:
Berker Peksag 2016-08-08 13:07:35 +03:00
commit f4c69ab0ed
1 changed files with 0 additions and 7 deletions

View File

@ -108,10 +108,3 @@ The token constants are:
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::
Module :mod:`parser`
The second example for the :mod:`parser` module shows how to use the
:mod:`symbol` module.