[Python-checkins] r81579 - python/trunk/Doc/library/test.rst

benjamin.peterson python-checkins at python.org
Fri May 28 05:10:31 CEST 2010


Author: benjamin.peterson
Date: Fri May 28 05:10:31 2010
New Revision: 81579

Log:
2to3 doesn't fix test_support #6583

Modified:
   python/trunk/Doc/library/test.rst

Modified: python/trunk/Doc/library/test.rst
==============================================================================
--- python/trunk/Doc/library/test.rst	(original)
+++ python/trunk/Doc/library/test.rst	Fri May 28 05:10:31 2010
@@ -188,11 +188,7 @@
 .. 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.


More information about the Python-checkins mailing list