Remove the deprecated statcache module.

This commit is contained in:
Raymond Hettinger 2004-12-05 04:55:14 +00:00
parent 1bc82f891c
commit 4ebe364277
5 changed files with 2 additions and 12 deletions

View file

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