diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-03 20:13:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-03 20:13:55 (GMT) |
commit | 38e5d27caee56b6958e0034e342abb48e6100390 (patch) | |
tree | 6a0c853da853123dd2e628e8ec187517250c2530 /Doc/lib/libsched.tex | |
parent | 659ebfa79e891fc5e2480cd66c157970df57c451 (diff) | |
download | cpython-38e5d27caee56b6958e0034e342abb48e6100390.zip cpython-38e5d27caee56b6958e0034e342abb48e6100390.tar.gz cpython-38e5d27caee56b6958e0034e342abb48e6100390.tar.bz2 |
Merged changes from the 1.5.2p2 release.
(Very rough.)
Diffstat (limited to 'Doc/lib/libsched.tex')
-rw-r--r-- | Doc/lib/libsched.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libsched.tex b/Doc/lib/libsched.tex index baa2ffe..21366f5 100644 --- a/Doc/lib/libsched.tex +++ b/Doc/lib/libsched.tex @@ -1,7 +1,8 @@ -% LaTeXed and enhanced from comments in file \section{\module{sched} --- Event scheduler} +% LaTeXed and enhanced from comments in file + \declaremodule{standard}{sched} \sectionauthor{Moshe Zadka}{mzadka@geocities.com} \modulesynopsis{General purpose event scheduler.} @@ -49,7 +50,8 @@ From print_time 930343700.273 \begin{methoddesc}{enterabs}{time, priority, action, argument} Schedule a new event. The \var{time} argument should be a numeric type -compatible to the return value of \var{timefunc}. Events scheduled for +compatible with the return value of the \var{timefunc} function passed +to the constructor. Events scheduled for the same \var{time} will be executed in the order of their \var{priority}. |