[Python-checkins] python/dist/src/Misc NEWS,1.409,1.410

mwh@users.sourceforge.net mwh@users.sourceforge.net
Mon, 27 May 2002 08:08:26 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv24806/Misc

Modified Files:
	NEWS 
Log Message:
This is patch

[ 559250 ] more POSIX signal stuff

Adds support (and docs and tests and autoconfery) for posix signal
mask handling -- sigpending, sigprocmask and sigsuspend.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.409
retrieving revision 1.410
diff -C2 -d -r1.409 -r1.410
*** NEWS	24 May 2002 19:01:58 -0000	1.409
--- NEWS	27 May 2002 15:08:24 -0000	1.410
***************
*** 107,110 ****
--- 107,113 ----
    is called.
  
+ - signal.sigpending, signal.sigprocmask and signal.sigsuspend have
+   been added where available.
+ 
  Library