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.

This commit is contained in:
Neal Norwitz 2006-03-16 06:21:19 +00:00
parent 1a3b248aff
commit 04d1513724
1 changed files with 0 additions and 3 deletions

View File

@ -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")