[Python-checkins] r42821 - python/branches/release24-maint/Doc/lib/libos.tex

neal.norwitz python-checkins at python.org
Sat Mar 4 00:13:25 CET 2006


Author: neal.norwitz
Date: Sat Mar  4 00:13:19 2006
New Revision: 42821

Modified:
   python/branches/release24-maint/Doc/lib/libos.tex
Log:
Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter.

Modified: python/branches/release24-maint/Doc/lib/libos.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libos.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libos.tex	Sat Mar  4 00:13:19 2006
@@ -1060,6 +1060,7 @@
 return value is an object whose attributes describe the filesystem on
 the given path, and correspond to the members of the
 \ctype{statvfs} structure, namely:
+\member{f_bsize},
 \member{f_frsize},
 \member{f_blocks},
 \member{f_bfree},


More information about the Python-checkins mailing list