~ubuntu-branches/ubuntu/natty/python3.2/natty-updates

« back to all changes in this revision

Viewing changes to Doc/library/reprlib.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-14 16:12:14 UTC
  • mfrom: (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110214161214-f5vwa226kebccmt9
Tags: 3.2~rc3-1
Python 3.2 release candidate 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
   :synopsis: Alternate repr() implementation with size limits.
6
6
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
7
7
 
 
8
**Source code:** :source:`Lib/reprlib.py`
 
9
 
 
10
--------------
8
11
 
9
12
The :mod:`reprlib` module provides a means for producing object representations
10
13
with limits on the size of the resulting strings. This is used in the Python