From: Georg Brandl Date: Fri, 30 May 2008 19:12:13 +0000 (+0000) Subject: getloadavg() is not available on Windows. X-Git-Tag: v2.6b1~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bb7bcf5f74dab90e9aab65fc33dfb5819aa9a17;p=python getloadavg() is not available on Windows. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 6964183ca0..a85a04cc72 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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