~pythonregexp2.7/python/issue2636

« back to all changes in this revision

Viewing changes to Doc/library/statvfs.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 16:05:21 UTC
  • mfrom: (39021.1.401 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524160521-1xenj7p6u3wb89et
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
.. module:: statvfs
5
5
   :synopsis: Constants for interpreting the result of os.statvfs().
 
6
   :deprecated:
 
7
   
 
8
.. deprecated:: 2.6
 
9
   The :mod:`statvfs` module has been deprecated for removal in Python 3.0.
 
10
 
 
11
 
6
12
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
7
13
 
8
14