summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/testall.py4
-rw-r--r--Misc/NEWS3
2 files changed, 3 insertions, 4 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
deleted file mode 100644
index 2349394..0000000
--- 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 172dcce..bc4cb15 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -463,6 +463,9 @@ C API
Tests
-----
+- Removed test.testall as test.regrtest replaces it.
+
+
Documentation
-------------