[ python-Bugs-1442767 ] docs for os.statvfs miss f_bsize parameter

SourceForge.net noreply at sourceforge.net
Fri Mar 3 23:42:44 CET 2006


Bugs item #1442767, was opened at 2006-03-03 22:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1442767&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Chris Cogdon (chriscog)
Assigned to: Nobody/Anonymous (nobody)
Summary: docs for os.statvfs miss f_bsize parameter

Initial Comment:
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 ...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1442767&group_id=5470


More information about the Python-bugs-list mailing list