mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
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:
parent
1a3b248aff
commit
04d1513724
1 changed files with 0 additions and 3 deletions
|
|
@ -5,8 +5,6 @@ from test.test_support import verify, verbose
|
||||||
import sys
|
import sys
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
warnings.filterwarnings("ignore", ".* 'pre' .*", DeprecationWarning,
|
|
||||||
r'pre$')
|
|
||||||
warnings.filterwarnings("ignore", ".* regsub .*", DeprecationWarning,
|
warnings.filterwarnings("ignore", ".* regsub .*", DeprecationWarning,
|
||||||
r'^regsub$')
|
r'^regsub$')
|
||||||
warnings.filterwarnings("ignore",
|
warnings.filterwarnings("ignore",
|
||||||
|
|
@ -122,7 +120,6 @@ class AllTest(unittest.TestCase):
|
||||||
self.check_all("poplib")
|
self.check_all("poplib")
|
||||||
self.check_all("posixpath")
|
self.check_all("posixpath")
|
||||||
self.check_all("pprint")
|
self.check_all("pprint")
|
||||||
self.check_all("pre") # deprecated
|
|
||||||
self.check_all("profile")
|
self.check_all("profile")
|
||||||
self.check_all("pstats")
|
self.check_all("pstats")
|
||||||
self.check_all("pty")
|
self.check_all("pty")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue