commit | fa40bbf6252d224fb479d051d236edf6a79a0c8d | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri May 16 00:50:02 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri May 16 00:50:02 2008 +0000 |
tree | 3d4c3bd86b7262200f791a760808dda4b3e03980 | |
parent | 90f2cb422fb4226846ab81c21d3a140b92267f82 [diff] |
Deprecated statvfs for removal in 3.0.
diff --git a/Doc/library/statvfs.rst b/Doc/library/statvfs.rst index 0b32f65..63fcfa4 100644 --- a/Doc/library/statvfs.rst +++ b/Doc/library/statvfs.rst
@@ -3,6 +3,12 @@ .. module:: statvfs :synopsis: Constants for interpreting the result of os.statvfs(). + :deprecated: + +.. deprecated:: 2.6 + The :mod:`statvfs` module has been deprecated for removal in Python 3.0. + + .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>