diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 16:12:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 16:12:13 (GMT) |
commit | 15f57f61cb858d7726c548b034eda9df53053b48 (patch) | |
tree | a9c55af6f32e97be42b2c27b328a7a1f784c5c8d /Doc/library/os.rst | |
parent | 92965099a6a2c81d90403f3c5b113721234f9995 (diff) | |
parent | 0bbbeb59f43001fb7b011fe4f88afe5f0b3573aa (diff) | |
download | cpython-15f57f61cb858d7726c548b034eda9df53053b48.zip cpython-15f57f61cb858d7726c548b034eda9df53053b48.tar.gz cpython-15f57f61cb858d7726c548b034eda9df53053b48.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 5355168..729fa14 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1868,8 +1868,8 @@ features: On some Unix systems (such as Linux), the following attributes may also be available: - * :attr:`st_blocks` - number of blocks allocated for file - * :attr:`st_blksize` - filesystem blocksize + * :attr:`st_blocks` - number of 512-byte blocks allocated for file + * :attr:`st_blksize` - filesystem blocksize for efficient file system I/O * :attr:`st_rdev` - type of device if an inode device * :attr:`st_flags` - user defined flags for file |