From: Brett Cannon Date: Mon, 3 Mar 2008 03:36:27 +0000 (+0000) Subject: Toss test.testall. X-Git-Tag: v3.0a4~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7a30f7216f6cb6733ed6aa450467b487b07cf9b;p=thirdparty%2FPython%2Fcpython.git Toss test.testall. --- diff --git a/Lib/test/testall.py b/Lib/test/testall.py deleted file mode 100644 index 23493940c7b8..000000000000 --- a/Lib/test/testall.py +++ /dev/null @@ -1,4 +0,0 @@ -# Backward compatibility -- you should use regrtest instead of this module. -import sys, regrtest -sys.argv[1:] = ["-vv"] -regrtest.main() diff --git a/Misc/NEWS b/Misc/NEWS index 172dcce25e77..bc4cb1515f3a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -463,6 +463,9 @@ C API Tests ----- +- Removed test.testall as test.regrtest replaces it. + + Documentation -------------