diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-06-04 23:22:15 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-06-04 23:22:15 (GMT) |
commit | 034d0aa2171688c40cee1a723ddcdb85bbce31e8 (patch) | |
tree | 6523794112aefabf7d198ab5f1e915dbf9e01568 /Doc/library/os.rst | |
parent | e860404eb78c2f6fcb05477bdb691e81009ee28d (diff) | |
download | cpython-034d0aa2171688c40cee1a723ddcdb85bbce31e8.zip cpython-034d0aa2171688c40cee1a723ddcdb85bbce31e8.tar.gz cpython-034d0aa2171688c40cee1a723ddcdb85bbce31e8.tar.bz2 |
Issue #14711: os.stat_float_times() has been deprecated.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 153a111..28cf4b4 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2128,6 +2128,8 @@ Files and Directories are processed, this application should turn the feature off until the library has been corrected. + .. deprecated:: 3.3 + .. function:: statvfs(path) |