Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/sched.rst

    r2 r391  
    88.. index:: single: event scheduling
    99
     10**Source code:** :source:`Lib/sched.py`
     11
     12--------------
     13
    1014The :mod:`sched` module defines a class which implements a general purpose event
    1115scheduler:
    12 
    1316
    1417.. class:: scheduler(timefunc, delayfunc)
     
    9396.. method:: scheduler.enter(delay, priority, action, argument)
    9497
    95    Schedule an event for *delay* more time units. Other then the relative time, the
     98   Schedule an event for *delay* more time units. Other than the relative time, the
    9699   other arguments, the effect and the return value are the same as those for
    97100   :meth:`enterabs`.
Note: See TracChangeset for help on using the changeset viewer.