Changeset 391 for python/trunk/Doc/library/symbol.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/symbol.rst
r2 r391 1 2 1 :mod:`symbol` --- Constants used with Python parse trees 3 2 ======================================================== … … 7 6 .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> 8 7 8 **Source code:** :source:`Lib/symbol.py` 9 10 -------------- 9 11 10 12 This module provides constants which represent the numeric values of internal … … 24 26 to be generated. 25 27 26 27 .. seealso::28 29 Module :mod:`parser`30 The second example for the :mod:`parser` module shows how to use the31 :mod:`symbol` module.32
Note:
See TracChangeset
for help on using the changeset viewer.