[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.15,1.16

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 27 May 2002 10:20:11 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv15113

Modified Files:
	whatsnew23.tex 
Log Message:
Rearrange paragraph

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** whatsnew23.tex	27 May 2002 15:08:23 -0000	1.15
--- whatsnew23.tex	27 May 2002 17:19:46 -0000	1.16
***************
*** 533,541 ****
  \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.
  
  \end{itemize}
--- 533,541 ----
  \function{get_current_history_length()}, and \function{redisplay()}.
  
! \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}