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

@ -53,12 +53,6 @@ f.lock(mode [, len [, start [, whence]]])
query only
"""
import warnings
warnings.warn(
"The posixfile module is obsolete and will disappear in the future",
DeprecationWarning)
del warnings
class _posixfile_:
"""File wrapper class that provides extra POSIX file routines."""