]> granicus.if.org Git - python/commitdiff
Small nits in os doc.
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 09:54:07 +0000 (11:54 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 09:54:07 +0000 (11:54 +0200)
Doc/library/os.rst

index 2fce4e5344295596653c6217077d0bef846e0418..4251113f2b77a9e3645aaf13cceb4aad593b77ce 100644 (file)
@@ -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