[Python-checkins] r63818 - python/trunk/Doc/library/os.rst

georg.brandl python-checkins at python.org
Fri May 30 21:12:14 CEST 2008


Author: georg.brandl
Date: Fri May 30 21:12:13 2008
New Revision: 63818

Log:
getloadavg() is not available on Windows.


Modified:
   python/trunk/Doc/library/os.rst

Modified: python/trunk/Doc/library/os.rst
==============================================================================
--- python/trunk/Doc/library/os.rst	(original)
+++ python/trunk/Doc/library/os.rst	Fri May 30 21:12:13 2008
@@ -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
 


More information about the Python-checkins mailing list