]> granicus.if.org Git - python/commitdiff
Toss test.testall.
authorBrett Cannon <bcannon@gmail.com>
Mon, 3 Mar 2008 03:36:27 +0000 (03:36 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 3 Mar 2008 03:36:27 +0000 (03:36 +0000)
Lib/test/testall.py [deleted file]
Misc/NEWS

diff --git a/Lib/test/testall.py b/Lib/test/testall.py
deleted file mode 100644 (file)
index 2349394..0000000
+++ /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()
index 172dcce25e77adfd45522da1de91a8a20022a693..bc4cb1515f3a85a61ea1290d0feb4aca3e8ea260 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -463,6 +463,9 @@ C API
 Tests
 -----
 
+- Removed test.testall as test.regrtest replaces it.
+
+
 Documentation
 -------------