From 6bb7bcf5f74dab90e9aab65fc33dfb5819aa9a17 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 30 May 2008 19:12:13 +0000 Subject: [PATCH] getloadavg() is not available on Windows. --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 6964183ca02..a85a04cc72e 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