Kaydet (Commit) e76e4d7f authored tarafından Brett Cannon's avatar Brett Cannon

Add a note about the renaming of test.test_support in 3.0.

üst 03b75ddf
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment