~pythonregexp2.7/python/issue2636

« 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:36:32 UTC
  • mfrom: (39021.1.402 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143632-wwwkx92u1t5l7yd3
Merged in changes from the latest python source snapshot.

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