diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-26 04:59:27 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-26 04:59:27 (GMT) |
commit | 7545a6bac2827c5f1d6feb85c41dd19544d4d626 (patch) | |
tree | f74e7b2e6dc9e14eddf05c9df695a14edb51fb3f /Lib/test/test___all__.py | |
parent | 2c85d826d8b95bb3e1141b5084bd0a575803d664 (diff) | |
download | cpython-7545a6bac2827c5f1d6feb85c41dd19544d4d626.zip cpython-7545a6bac2827c5f1d6feb85c41dd19544d4d626.tar.gz cpython-7545a6bac2827c5f1d6feb85c41dd19544d4d626.tar.bz2 |
regsub is gone, nothing to ignore
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r-- | Lib/test/test___all__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 0e17830..c45e139 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -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, |