summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-05-27 17:19:46 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-05-27 17:19:46 (GMT)
commit2b6edce773c8f58b9944a80fb77bc9bb0ae571a6 (patch)
treebf597138bf9d639104a69a5d0dac07d6fb32a9b3 /Doc
parent34f20eac987b1ca006ebdfe5531a6931243294fb (diff)
downloadcpython-2b6edce773c8f58b9944a80fb77bc9bb0ae571a6.zip
cpython-2b6edce773c8f58b9944a80fb77bc9bb0ae571a6.tar.gz
cpython-2b6edce773c8f58b9944a80fb77bc9bb0ae571a6.tar.bz2
Rearrange paragraph
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew23.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 489452d..ffa89ef 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}