[Python-checkins] python/dist/src/Misc NEWS,1.694,1.695

mwh@users.sourceforge.net mwh@users.sourceforge.net
Thu, 13 Mar 2003 05:56:55 -0800


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

Modified Files:
	NEWS 
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: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.694
retrieving revision 1.695
diff -C2 -d -r1.694 -r1.695
*** NEWS	11 Mar 2003 21:43:55 -0000	1.694
--- NEWS	13 Mar 2003 13:56:50 -0000	1.695
***************
*** 983,989 ****
    is called.
  
- - signal.sigpending, signal.sigprocmask and signal.sigsuspend have
-   been added where available.
- 
  - The sys module acquired a new attribute, api_version, which evaluates
    to the value of the PYTHON_API_VERSION macro with which the
--- 983,986 ----