mirror of https://github.com/python/cpython
Merged revisions 81579 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81579 | benjamin.peterson | 2010-05-27 22:10:31 -0500 (Thu, 27 May 2010) | 1 line 2to3 doesn't fix test_support #6583 ........
This commit is contained in:
parent
dd1c023ee3
commit
e210be5793
|
@ -188,11 +188,7 @@ tests.
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The :mod:`test.test_support` module has been renamed to :mod:`test.support`
|
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
|
in Python 3.x.
|
||||||
converting your sources to 3.0.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The :mod:`test.test_support` module provides support for Python's regression
|
The :mod:`test.test_support` module provides support for Python's regression
|
||||||
tests.
|
tests.
|
||||||
|
|
Loading…
Reference in New Issue