mirror of
https://github.com/python/cpython.git
synced 2026-02-17 12:51:12 +00:00
Rearrange paragraph
This commit is contained in:
parent
34f20eac98
commit
2b6edce773
1 changed files with 5 additions and 5 deletions
|
|
@ -532,11 +532,11 @@ contents, and the \code{*=} assignment operator to repeat an array.
|
|||
functions: \function{get_history_item()},
|
||||
\function{get_current_history_length()}, and \function{redisplay()}.
|
||||
|
||||
\item Support for more advanced POSIX signal handling -- specifically
|
||||
the functions \function{sigpending}, \function{sigprocmask} and
|
||||
\function{sigsupend}, and depending on platform support -- was added
|
||||
to the \module{signal} module. These functions make some previously
|
||||
unavoidable race conditions avoidable.
|
||||
\item Support for more advanced POSIX signal handling was added
|
||||
to the \module{signal} module by adding the \function{sigpending},
|
||||
\function{sigprocmask} and \function{sigsuspend} functions, where supported
|
||||
by the platform. These functions make it possible to avoid some previously
|
||||
unavoidable race conditions.
|
||||
|
||||
\end{itemize}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue