From: Neal Norwitz Date: Sun, 26 Mar 2006 04:59:27 +0000 (+0000) Subject: regsub is gone, nothing to ignore X-Git-Tag: v2.5a0~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7545a6bac2827c5f1d6feb85c41dd19544d4d626;p=thirdparty%2FPython%2Fcpython.git regsub is gone, nothing to ignore --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 0e1783047227..c45e13997ab9 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,