(original) (raw)

changeset: 74281:f375a1be031c parent: 74278:5936c2005ab7 parent: 74280:b326d90ce9c9 user: Sandro Tosi sandro.tosi@gmail.com date: Thu Jan 05 19:06:56 2012 +0100 description: Issue #11984: merge with 3.2 diff -r 5936c2005ab7 -r f375a1be031c Doc/library/symbol.rst --- a/Doc/library/symbol.rst Thu Jan 05 18:53:00 2012 +0100 +++ b/Doc/library/symbol.rst Thu Jan 05 19:06:56 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