Kaydet (Commit) 04d15137 authored tarafından Neal Norwitz's avatar Neal Norwitz

The pre module has been gone for a while. Need to go through and find other…

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.
üst 1a3b248a
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment