Changeset 391 for python/trunk/Doc/library/repr.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/repr.rst
r2 r391 1 2 1 :mod:`repr` --- Alternate :func:`repr` implementation 3 2 ===================================================== … … 8 7 9 8 .. note:: 10 The :mod:`repr` module has been renamed to :mod:`reprlib` in Python 3. 0.The9 The :mod:`repr` module has been renamed to :mod:`reprlib` in Python 3. The 11 10 :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 -------------- 13 16 14 17 The :mod:`repr` module provides a means for producing object representations … … 45 48 ------------ 46 49 47 :class:`Repr` instances provide several members which can be used to provide50 :class:`Repr` instances provide several attributes which can be used to provide 48 51 size limits for the representations of different object types, and methods 49 52 which format specific object types.
Note:
See TracChangeset
for help on using the changeset viewer.