From: Benjamin Peterson Date: Fri, 28 May 2010 03:10:31 +0000 (+0000) Subject: 2to3 doesn't fix test_support #6583 X-Git-Tag: v2.7rc1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b14ae88149d7d0c6c08ecd177359fdb999774b6;p=thirdparty%2FPython%2Fcpython.git 2to3 doesn't fix test_support #6583 --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index bf1ba4d698f0..b21e177c0ad4 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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.