mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Merged changes from the 1.5.2p2 release.
(Very rough.)
This commit is contained in:
parent
659ebfa79e
commit
38e5d27cae
59 changed files with 1248 additions and 516 deletions
|
@ -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}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue