diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-05-28 03:10:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-05-28 03:10:31 (GMT) |
commit | 9b14ae88149d7d0c6c08ecd177359fdb999774b6 (patch) | |
tree | 189bee7826a8418c63ade2ffb2792f03aacd9a91 | |
parent | 29d438c96c6c71d55002197c86f0c77ea18cc19a (diff) | |
download | cpython-9b14ae88149d7d0c6c08ecd177359fdb999774b6.zip cpython-9b14ae88149d7d0c6c08ecd177359fdb999774b6.tar.gz cpython-9b14ae88149d7d0c6c08ecd177359fdb999774b6.tar.bz2 |
2to3 doesn't fix test_support #6583
-rw-r--r-- | Doc/library/test.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index bf1ba4d..b21e177 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. |