mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Deprecated statvfs for removal in 3.0.
This commit is contained in:
parent
90f2cb422f
commit
fa40bbf625
4 changed files with 12 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue