[Python-checkins] r76851 - python/trunk/Lib/test/regrtest.py

benjamin.peterson python-checkins at python.org
Wed Dec 16 04:28:53 CET 2009


Author: benjamin.peterson
Date: Wed Dec 16 04:28:52 2009
New Revision: 76851

Log:
remove lib2to3 resource

Modified:
   python/trunk/Lib/test/regrtest.py

Modified: python/trunk/Lib/test/regrtest.py
==============================================================================
--- python/trunk/Lib/test/regrtest.py	(original)
+++ python/trunk/Lib/test/regrtest.py	Wed Dec 16 04:28:52 2009
@@ -113,8 +113,6 @@
     curses -    Tests that use curses and will modify the terminal's
                 state and output modes.
 
-    lib2to3 -   Run the tests for 2to3 (They take a while.)
-
     largefile - It is okay to run some test that may create huge
                 files.  These tests can take a long time and may
                 consume >2GB of disk space temporarily.


More information about the Python-checkins mailing list