summaryrefslogtreecommitdiffstats
path: root/Doc/library/repr.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-24 18:31:28 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-24 18:31:28 (GMT)
commite152a77d96df7479ce798ebd5baee7d41af99db3 (patch)
tree3d13fa9679d1ae46e5dec0af2ddf09f6edd45561 /Doc/library/repr.rst
parent6acb075f03ec5ecb8d89bc56fae99dc8c5a510ab (diff)
downloadcpython-e152a77d96df7479ce798ebd5baee7d41af99db3.zip
cpython-e152a77d96df7479ce798ebd5baee7d41af99db3.tar.gz
cpython-e152a77d96df7479ce798ebd5baee7d41af99db3.tar.bz2
socketserver renaming reversal part 3: move the module into the right
place and fix all references to it. Closes #2926.
Diffstat (limited to 'Doc/library/repr.rst')
-rw-r--r--Doc/library/repr.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/repr.rst b/Doc/library/repr.rst
index bd9743d..29c5a61 100644
--- a/Doc/library/repr.rst
+++ b/Doc/library/repr.rst
@@ -7,8 +7,9 @@
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
.. note::
- The :mod:`repr` module has been renamed to :mod:`reprlib` in
- Python 3.0.
+ The :mod:`repr` module has been renamed to :mod:`reprlib` in Python 3.0. The
+ :term:`2to3` tool will automatically adapt imports when converting your
+ sources to 3.0.
The :mod:`repr` module provides a means for producing object representations
with limits on the size of the resulting strings. This is used in the Python