[Python-checkins] cpython (2.7): Issue #11984: remove reference to parser, it's not showing symbol usage anymore
sandro.tosi
python-checkins at python.org
Thu Jan 5 19:08:37 CET 2012
http://hg.python.org/cpython/rev/d8102ccc5bf7
changeset: 74279:d8102ccc5bf7
branch: 2.7
parent: 74272:278fbd7b9608
user: Sandro Tosi <sandro.tosi at gmail.com>
date: Thu Jan 05 19:05:44 2012 +0100
summary:
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
files:
Doc/library/symbol.rst | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/Doc/library/symbol.rst b/Doc/library/symbol.rst
--- a/Doc/library/symbol.rst
+++ b/Doc/library/symbol.rst
@@ -25,10 +25,3 @@
back to name strings, allowing more human-readable representation of parse trees
to be generated.
-
-.. seealso::
-
- Module :mod:`parser`
- The second example for the :mod:`parser` module shows how to use the
- :mod:`symbol` module.
-
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list