From: Berker Peksag Date: Mon, 8 Aug 2016 10:07:08 +0000 (+0300) Subject: Issue #23322: Remove outdated reference to an example in parser docs X-Git-Tag: v3.6.0a4~54^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d1c5efed19cebc27bf7937a71d1a736192921a1;p=thirdparty%2FPython%2Fcpython.git Issue #23322: Remove outdated reference to an example in parser docs Initial patch by Sahil Chelaramani. --- diff --git a/Doc/library/token.rst b/Doc/library/token.rst index 116efca71547..effb7113230e 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. -