[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.129,1.130

mwh@users.sourceforge.net mwh@users.sourceforge.net
Thu, 13 Mar 2003 05:57:22 -0800


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

Modified Files:
	whatsnew23.tex 
Log Message:
Take out my (long since disabled) POSIX signal mask handling code.

I'm not going to have the time or energy to get this working x-platform
-- anyone who does is welcome to the code!



Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** whatsnew23.tex	9 Mar 2003 07:19:38 -0000	1.129
--- whatsnew23.tex	13 Mar 2003 13:56:50 -0000	1.130
***************
*** 1486,1493 ****
  
  \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 with signal handling.
  
  \item The \module{socket} module now supports timeouts.  You
--- 1486,1491 ----
  
  \item Support for more advanced POSIX signal handling was added
! to the \module{signal} but then removed again as it proved impossible
! to make it work reliably across platforms.
  
  \item The \module{socket} module now supports timeouts.  You