]> granicus.if.org Git - python/commitdiff
getloadavg() is not available on Windows.
authorGeorg Brandl <georg@python.org>
Fri, 30 May 2008 19:12:13 +0000 (19:12 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 May 2008 19:12:13 +0000 (19:12 +0000)
Doc/library/os.rst

index 6964183ca027857183759910a5823aa5ec029e3e..a85a04cc72e4e67fdcf92a088c239a36125a34dd 100644 (file)
@@ -2031,7 +2031,7 @@ Miscellaneous System Information
 
    Return the number of processes in the system run queue averaged over the last
    1, 5, and 15 minutes or raises :exc:`OSError` if the load average was
-   unobtainable.
+   unobtainable.  Availability: Unix.
 
    .. versionadded:: 2.3