~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to Doc/library/repr.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:52:42 UTC
  • mfrom: (39033.1.3 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609145242-9m268zc6u87rp1vp
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
8
8
 
9
9
.. note::
10
 
   The :mod:`repr` module has been renamed to :mod:`reprlib` in
11
 
   Python 3.0.
 
10
   The :mod:`repr` module has been renamed to :mod:`reprlib` in Python 3.0.  The
 
11
   :term:`2to3` tool will automatically adapt imports when converting your
 
12
   sources to 3.0.
12
13
 
13
14
The :mod:`repr` module provides a means for producing object representations
14
15
with limits on the size of the resulting strings. This is used in the Python