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/repr.rst

    r2 r391  
    1 
    21:mod:`repr` --- Alternate :func:`repr` implementation
    32=====================================================
     
    87
    98.. note::
    10    The :mod:`repr` module has been renamed to :mod:`reprlib` in Python 3.0.  The
     9   The :mod:`repr` module has been renamed to :mod:`reprlib` in Python 3.  The
    1110   :term:`2to3` tool will automatically adapt imports when converting your
    12    sources to 3.0.
     11   sources to Python 3.
     12
     13**Source code:** :source:`Lib/repr.py`
     14
     15--------------
    1316
    1417The :mod:`repr` module provides a means for producing object representations
     
    4548------------
    4649
    47 :class:`Repr` instances provide several members which can be used to provide
     50:class:`Repr` instances provide several attributes which can be used to provide
    4851size limits for the representations of different object types,  and methods
    4952which format specific object types.
Note: See TracChangeset for help on using the changeset viewer.