2to3 doesn't fix test_support #6583

This commit is contained in:
Benjamin Peterson 2010-05-28 03:10:31 +00:00
parent 29d438c96c
commit 9b14ae8814
1 changed files with 1 additions and 5 deletions

View 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.