[Python-checkins] cpython (merge 3.2 -> default): Issue #11984: merge with 3.2
sandro.tosi
python-checkins at python.org
Thu Jan 5 19:08:39 CET 2012
http://hg.python.org/cpython/rev/f375a1be031c
changeset: 74281:f375a1be031c
parent: 74278:5936c2005ab7
parent: 74280:b326d90ce9c9
user: Sandro Tosi <sandro.tosi at gmail.com>
date: Thu Jan 05 19:06:56 2012 +0100
summary:
Issue #11984: merge with 3.2
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