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

martin.v.loewis python-checkins at python.org
Mon May 5 19:54:01 CEST 2008


Author: martin.v.loewis
Date: Mon May  5 19:54:01 2008
New Revision: 62728

Log:
Revert bogus checkin in r62724 to that file.


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	Mon May  5 19:54:01 2008
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 
-"""Regression test driver.
+"""Regression test.
 
 This will find all modules whose name is "test_*" in the test
 directory, and run them.  Various command line options provide


More information about the Python-checkins mailing list