regsub is gone, nothing to ignore

This commit is contained in:
Neal Norwitz 2006-03-26 04:59:27 +00:00
parent 2c85d826d8
commit 7545a6bac2
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ from test.test_support import verify, verbose
import sys import sys
import warnings import warnings
warnings.filterwarnings("ignore", ".* regsub .*", DeprecationWarning,
r'^regsub$')
warnings.filterwarnings("ignore", warnings.filterwarnings("ignore",
"the gopherlib module is deprecated", "the gopherlib module is deprecated",
DeprecationWarning, DeprecationWarning,