Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/symbol.rst

    r2 r391  
    1 
    21:mod:`symbol` --- Constants used with Python parse trees
    32========================================================
     
    76.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
    87
     8**Source code:** :source:`Lib/symbol.py`
     9
     10--------------
    911
    1012This module provides constants which represent the numeric values of internal
     
    2426   to be generated.
    2527
    26 
    27 .. seealso::
    28 
    29    Module :mod:`parser`
    30       The second example for the :mod:`parser` module shows how to use the
    31       :mod:`symbol` module.
    32 
Note: See TracChangeset for help on using the changeset viewer.