getloadavg() is not available on Windows.

This commit is contained in:
Georg Brandl 2008-05-30 19:12:13 +00:00
parent ef712d6fd3
commit 6bb7bcf5f7
1 changed files with 1 additions and 1 deletions

View File

@ -2031,7 +2031,7 @@ Miscellaneous System Information
Return the number of processes in the system run queue averaged over the last 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 1, 5, and 15 minutes or raises :exc:`OSError` if the load average was
unobtainable. unobtainable. Availability: Unix.
.. versionadded:: 2.3 .. versionadded:: 2.3