[Python-checkins] python/dist/src/Doc/lib libos.tex,1.104,1.105

loewis@users.sourceforge.net loewis@users.sourceforge.net
Fri, 27 Dec 2002 02:16:45 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv24016/Doc/lib

Modified Files:
	libos.tex 
Log Message:
Patch #657889: Implement posix.getloadavg.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** libos.tex	6 Dec 2002 16:45:00 -0000	1.104
--- libos.tex	27 Dec 2002 10:16:42 -0000	1.105
***************
*** 1432,1435 ****
--- 1432,1443 ----
  \end{datadesc}
  
+ \begin{funcdesc}{getloadavg}{}
+ Return the number of processes in the system run queue averaged over
+ the last 1, 5, and 15 minutes or raises OSError if the load average
+ was unobtainable.
+ 
+ \versionadded{2.3}
+ \end{funcdesc}
+ 
  \begin{funcdesc}{sysconf}{name}
  Return integer-valued system configuration values.