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

SourceForge.net noreply at sourceforge.net
Sat Mar 4 00:13:34 CET 2006


Bugs item #1442767, was opened at 2006-03-03 14:42
Message generated for change (Comment added) made by nnorwitz
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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Chris Cogdon (chriscog)
>Assigned to: Neal Norwitz (nnorwitz)
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 ...

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-03-03 15:13

Message:
Logged In: YES 
user_id=33168

Thanks!  Fixed.

Committed revision 42820.
Committed revision 42821.


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

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