mirror of https://github.com/python/cpython
regsub is gone, nothing to ignore
This commit is contained in:
parent
2c85d826d8
commit
7545a6bac2
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue