~pythonregexp2.7/python/issue2636-01

« back to all changes in this revision

Viewing changes to Doc/library/os.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:37:21 UTC
  • mfrom: (39022.1.14 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143721-bj0g1mwta28038da
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2031
2031
 
2032
2032
   Return the number of processes in the system run queue averaged over the last
2033
2033
   1, 5, and 15 minutes or raises :exc:`OSError` if the load average was
2034
 
   unobtainable.
 
2034
   unobtainable.  Availability: Unix.
2035
2035
 
2036
2036
   .. versionadded:: 2.3
2037
2037