mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove the deprecated statcache module.
This commit is contained in:
parent
1bc82f891c
commit
4ebe364277
5 changed files with 2 additions and 12 deletions
|
@ -9,8 +9,6 @@ warnings.filterwarnings("ignore", ".* 'pre' .*", DeprecationWarning,
|
|||
r'pre$')
|
||||
warnings.filterwarnings("ignore", ".* regsub .*", DeprecationWarning,
|
||||
r'^regsub$')
|
||||
warnings.filterwarnings("ignore", ".* statcache .*", DeprecationWarning,
|
||||
r'statcache$')
|
||||
|
||||
class AllTest(unittest.TestCase):
|
||||
|
||||
|
@ -148,7 +146,6 @@ class AllTest(unittest.TestCase):
|
|||
self.check_all("socket")
|
||||
self.check_all("sre")
|
||||
self.check_all("_strptime")
|
||||
self.check_all("statcache")
|
||||
self.check_all("symtable")
|
||||
self.check_all("tabnanny")
|
||||
self.check_all("tarfile")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue