commit | 6bb7bcf5f74dab90e9aab65fc33dfb5819aa9a17 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri May 30 19:12:13 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri May 30 19:12:13 2008 +0000 |
tree | 3a8285b50ff72f4750deec0fd4258d38ffd05e5c | |
parent | ef712d6fd37b7576c8fc27d711a8e5f71ca17c7f [diff] [blame] |
getloadavg() is not available on Windows.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 6964183..a85a04c 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -2031,7 +2031,7 @@ 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