This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chriscog
Recipients
Date 2006-03-03.22:42:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The documentation for os.statvfs miss the f_bsize
parameter.

On (for example) os-file-dir.html, it lists the
parameters as follows:

f_frsize, f_blocks, f_bfree, f_bavail ... (and so on).

it SHOULD be:

f_bsize, f_frsize, f_blocks, f_bfree, f_bavail ...
History
Date User Action Args
2007-08-23 14:38:12adminlinkissue1442767 messages
2007-08-23 14:38:12admincreate