]> granicus.if.org Git - python/commitdiff
Add a note about the renaming of test.test_support in 3.0.
authorBrett Cannon <bcannon@gmail.com>
Tue, 20 May 2008 22:08:20 +0000 (22:08 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 20 May 2008 22:08:20 +0000 (22:08 +0000)
Doc/library/test.rst

index 818ff8e707ad5be7eef9bf8b6ea3aff18976aadc..3c58243706a7f5cc5c803db5999538de960727da 100644 (file)
@@ -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.