mirror of https://github.com/python/cpython
note that the alarm function is not available on Windows.
This commit is contained in:
parent
960d7a68d0
commit
8d1fdafd89
|
@ -103,8 +103,8 @@ The \module{signal} module defines the following functions:
|
||||||
If \var{time} is zero, no alarm id scheduled, and any scheduled
|
If \var{time} is zero, no alarm id scheduled, and any scheduled
|
||||||
alarm is canceled. The return value is the number of seconds
|
alarm is canceled. The return value is the number of seconds
|
||||||
remaining before a previously scheduled alarm. If the return value
|
remaining before a previously scheduled alarm. If the return value
|
||||||
is zero, no alarm is currently scheduled. (See the \UNIX{} man page
|
is zero, no alarm is currently scheduled. Not on Windows. (See the
|
||||||
\manpage{alarm}{2}.)
|
\UNIX{} man page \manpage{alarm}{2}.)
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{getsignal}{signalnum}
|
\begin{funcdesc}{getsignal}{signalnum}
|
||||||
|
@ -120,8 +120,8 @@ The \module{signal} module defines the following functions:
|
||||||
|
|
||||||
\begin{funcdesc}{pause}{}
|
\begin{funcdesc}{pause}{}
|
||||||
Cause the process to sleep until a signal is received; the
|
Cause the process to sleep until a signal is received; the
|
||||||
appropriate handler will then be called. Returns nothing. (See the
|
appropriate handler will then be called. Returns nothing. Not on
|
||||||
\UNIX{} man page \manpage{signal}{2}.)
|
Windows. (See the \UNIX{} man page \manpage{signal}{2}.)
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{signal}{signalnum, handler}
|
\begin{funcdesc}{signal}{signalnum, handler}
|
||||||
|
|
Loading…
Reference in New Issue