mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +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
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue