From: Sandro Tosi Date: Thu, 5 Jan 2012 18:06:25 +0000 (+0100) Subject: Issue #11984: remove reference to parser, it's not showing symbol usage anymore X-Git-Tag: v3.2.3rc1~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba232dfc83fcdff27b014c8db6c1e1919b42d28e;p=thirdparty%2FPython%2Fcpython.git Issue #11984: remove reference to parser, it's not showing symbol usage anymore --- diff --git a/Doc/library/symbol.rst b/Doc/library/symbol.rst index 75a47923a80b..ef9ef1e129b6 100644 --- a/Doc/library/symbol.rst +++ b/Doc/library/symbol.rst @@ -24,11 +24,3 @@ This module also provides one additional data object: 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. -