mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30: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
|
|
@ -3,8 +3,6 @@
|
|||
import warnings
|
||||
warnings.filterwarnings('ignore', r".*posixfile module",
|
||||
DeprecationWarning, 'posixfile$')
|
||||
warnings.filterwarnings('ignore', r".*statcache module",
|
||||
DeprecationWarning, 'statcache$')
|
||||
|
||||
from test.test_support import verbose
|
||||
|
||||
|
|
@ -80,7 +78,6 @@ import shlex
|
|||
import shutil
|
||||
import smtplib
|
||||
import sndhdr
|
||||
import statcache
|
||||
import statvfs
|
||||
import stringold
|
||||
import sunau
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue