(original) (raw)

changeset: 74280:b326d90ce9c9 branch: 3.2 parent: 74277:573fc99873bd user: Sandro Tosi sandro.tosi@gmail.com date: Thu Jan 05 19:06:25 2012 +0100 files: Doc/library/symbol.rst description: Issue #11984: remove reference to parser, it's not showing symbol usage anymore diff -r 573fc99873bd -r b326d90ce9c9 Doc/library/symbol.rst --- a/Doc/library/symbol.rst Thu Jan 05 18:48:06 2012 +0100 +++ b/Doc/library/symbol.rst Thu Jan 05 19:06:25 2012 +0100 @@ -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. - /sandro.tosi@gmail.com