From: Andrew M. Kuchling Date: Mon, 27 May 2002 17:19:46 +0000 (+0000) Subject: Rearrange paragraph X-Git-Tag: v2.3c1~5580 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b6edce773c8f58b9944a80fb77bc9bb0ae571a6;p=python Rearrange paragraph --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 489452d72a..ffa89ef125 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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}