diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-08-08 10:07:35 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-08-08 10:07:35 (GMT) |
commit | f4c69ab0ed64f3ac054bd197ca25f76da38bafab (patch) | |
tree | 8bafd8202f8d6a8ebbc0cbcf8f1c27bc35ca934d /Doc/library | |
parent | 08eef3ff49e3696773a310e4e7f474b978535b23 (diff) | |
parent | 7d1c5efed19cebc27bf7937a71d1a736192921a1 (diff) | |
download | cpython-f4c69ab0ed64f3ac054bd197ca25f76da38bafab.zip cpython-f4c69ab0ed64f3ac054bd197ca25f76da38bafab.tar.gz cpython-f4c69ab0ed64f3ac054bd197ca25f76da38bafab.tar.bz2 |
Issue #23322: Merge from 3.5
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/token.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/token.rst b/Doc/library/token.rst index 116efca..effb711 100644 --- a/Doc/library/token.rst +++ b/Doc/library/token.rst @@ -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. - |