Toss test.testall.

This commit is contained in:
Brett Cannon 2008-03-03 03:36:27 +00:00
parent a351f7701a
commit e7a30f7216
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +0,0 @@
# Backward compatibility -- you should use regrtest instead of this module.
import sys, regrtest
sys.argv[1:] = ["-vv"]
regrtest.main()

View File

@ -463,6 +463,9 @@ C API
Tests
-----
- Removed test.testall as test.regrtest replaces it.
Documentation
-------------