]> granicus.if.org Git - python/commitdiff
2to3 doesn't fix test_support #6583
authorBenjamin Peterson <benjamin@python.org>
Fri, 28 May 2010 03:10:31 +0000 (03:10 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 28 May 2010 03:10:31 +0000 (03:10 +0000)
Doc/library/test.rst

index bf1ba4d698f0d2b3da1212262a9999e074707a3d..b21e177c0ad4efc7ff9ea45a2f53764d5aa7d987 100644 (file)
@@ -188,11 +188,7 @@ regression 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.