rest25/library/statvfs.rst => rest262/library/statvfs.rst
n1- 
2:mod:`statvfs` --- Constants used with :func:`os.statvfs`
3=========================================================
4
5.. module:: statvfs
6   :synopsis: Constants for interpreting the result of os.statvfs().
n6+   :deprecated:
7+ 
8+.. deprecated:: 2.6
9+   The :mod:`statvfs` module has been deprecated for removal in Python 3.0.
10+ 
11+ 
7.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
8
t9- 
10-.. % LaTeX'ed from comments in module
11
12The :mod:`statvfs` module defines constants so interpreting the result if
13:func:`os.statvfs`, which returns a tuple, can be made without remembering
14"magic numbers."  Each of the constants defined in this module is the *index* of
15the entry in the tuple returned by :func:`os.statvfs` that contains the
16specified information.
17
18
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op