mirror of https://github.com/python/cpython
Issue #23322: Remove outdated reference to an example in parser docs
Initial patch by Sahil Chelaramani.
This commit is contained in:
parent
4365b8302d
commit
7d1c5efed1
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue