summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-20 22:08:20 +0000
committerBrett Cannon <bcannon@gmail.com>2008-05-20 22:08:20 +0000
commite76e4d7fb82b16e023e663957d057d48c6ed06b3 (patch)
tree5be2ee3553c1ead8435908c4c05e39a453f4ebae
parent03b75ddf7c63bb7b7bc1b424661c94076b57be9e (diff)
downloadcpython-git-e76e4d7fb82b16e023e663957d057d48c6ed06b3.tar.gz
Add a note about the renaming of test.test_support in 3.0.
-rw-r--r--Doc/library/test.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 818ff8e707..3c58243706 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -185,6 +185,14 @@ tests.
.. module:: test.test_support
:synopsis: Support for Python 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.
+
+
+
The :mod:`test.test_support` module provides support for Python's regression
tests.