Changeset 388 for python/vendor/current/Lib/sched.py
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Lib/sched.py
r2 r388 89 89 90 90 It is legal for both the delay function and the action 91 function to tomodify the queue or to raise an exception;91 function to modify the queue or to raise an exception; 92 92 exceptions are not caught but the scheduler's state remains 93 93 well-defined so run() may be called again.
Note:
See TracChangeset
for help on using the changeset viewer.