From: Neal Norwitz Date: Thu, 16 Mar 2006 06:21:19 +0000 (+0000) Subject: The pre module has been gone for a while. Need to go through and find other modules... X-Git-Tag: v2.5a0~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04d151372463c57d7a7c0ffee1d227b4a5cc3b06;p=python The pre module has been gone for a while. Need to go through and find other modules that no longer exists, since errors are silently ignored. --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 7bf5314015..74a9cdf05b 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", ".* 'pre' .*", DeprecationWarning, - r'pre$') warnings.filterwarnings("ignore", ".* regsub .*", DeprecationWarning, r'^regsub$') warnings.filterwarnings("ignore", @@ -122,7 +120,6 @@ class AllTest(unittest.TestCase): self.check_all("poplib") self.check_all("posixpath") self.check_all("pprint") - self.check_all("pre") # deprecated self.check_all("profile") self.check_all("pstats") self.check_all("pty")