getloadavg() is not available on Windows.
This commit is contained in:
parent
ef712d6fd3
commit
6bb7bcf5f7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue