[Python-checkins] cpython (3.2): 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:38 CET 2012


http://hg.python.org/cpython/rev/b326d90ce9c9
changeset:   74280:b326d90ce9c9
branch:      3.2
parent:      74277:573fc99873bd
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Thu Jan 05 19:06:25 2012 +0100
summary:
  Issue #11984: remove reference to parser, it's not showing symbol usage anymore

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


diff --git a/Doc/library/symbol.rst b/Doc/library/symbol.rst
--- a/Doc/library/symbol.rst
+++ b/Doc/library/symbol.rst
@@ -24,11 +24,3 @@
    Dictionary mapping the numeric values of the constants defined in this module
    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