[Python-checkins] cpython (3.5): Issue #23322: Remove outdated reference to an example in parser docs

berker.peksag python-checkins at python.org
Mon Aug 8 06:06:10 EDT 2016


https://hg.python.org/cpython/rev/b479e74f7706
changeset:   102565:b479e74f7706
branch:      3.5
parent:      102562:59c9b99f545e
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Aug 08 13:07:08 2016 +0300
summary:
  Issue #23322: Remove outdated reference to an example in parser docs

Initial patch by Sahil Chelaramani.

files:
  Doc/library/token.rst |  7 -------
  1 files changed, 0 insertions(+), 7 deletions(-)


diff --git a/Doc/library/token.rst b/Doc/library/token.rst
--- a/Doc/library/token.rst
+++ b/Doc/library/token.rst
@@ -108,10 +108,3 @@
       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.
-

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list