]> granicus.if.org Git - python/commitdiff
Merged revisions 81579 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Fri, 28 May 2010 03:23:52 +0000 (03:23 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 28 May 2010 03:23:52 +0000 (03:23 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81579 | benjamin.peterson | 2010-05-27 22:10:31 -0500 (Thu, 27 May 2010) | 1 line

  2to3 doesn't fix test_support #6583
........

Doc/library/test.rst

index 0af6565bc662fc301c4a27f9f9e5b1a7fac769ab..f447ea498e5c99485cd804c50314178ca5eed48a 100644 (file)
@@ -188,11 +188,7 @@ tests.
 .. note::
 
    The :mod:`test.test_support` module has been renamed to :mod:`test.support`
-   in Python 3.0.  The :term:`2to3` tool will automatically adapt imports when
-   converting your sources to 3.0.
-
-
-
+   in Python 3.x.
 
 The :mod:`test.test_support` module provides support for Python's regression
 tests.