summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/test.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index bf1ba4d..b21e177 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -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.