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 warnings
|
||||
|
||||
warnings.filterwarnings("ignore", ".* regsub .*", DeprecationWarning,
|
||||
r'^regsub$')
|
||||
warnings.filterwarnings("ignore",
|
||||
"the gopherlib module is deprecated",
|
||||
DeprecationWarning,
|
||||
|
|
Loading…
Reference in New Issue