(original) (raw)

changeset: 74279:d8102ccc5bf7 branch: 2.7 parent: 74272:278fbd7b9608 user: Sandro Tosi sandro.tosi@gmail.com date: Thu Jan 05 19:05:44 2012 +0100 files: Doc/library/symbol.rst description: Issue #11984: remove reference to parser, it's not showing symbol usage anymore diff -r 278fbd7b9608 -r d8102ccc5bf7 Doc/library/symbol.rst --- a/Doc/library/symbol.rst Wed Jan 04 23:24:48 2012 +0100 +++ b/Doc/library/symbol.rst Thu Jan 05 19:05:44 2012 +0100 @@ -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. - /sandro.tosi@gmail.com