From: Georg Brandl Date: Sun, 24 Jun 2012 09:54:07 +0000 (+0200) Subject: Small nits in os doc. X-Git-Tag: v3.3.0b1~79^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1a1ac0b67e58a78592f594466bff030b45e4f21;p=python Small nits in os doc. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 2fce4e5344..4251113f2b 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -645,7 +645,7 @@ as internal buffering of data. .. function:: closerange(fd_low, fd_high) Close all file descriptors from *fd_low* (inclusive) to *fd_high* (exclusive), - ignoring errors. Equivalent to:: + ignoring errors. Equivalent to (but much faster than):: for fd in range(fd_low, fd_high): try: @@ -729,6 +729,7 @@ as internal buffering of data. Availability: Unix, Windows. + .. function:: fstatvfs(fd) Return information about the filesystem containing the file associated with file