[Python-checkins] python/dist/src/Misc NEWS,1.604,1.605

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 07 Jan 2003 12:55:57 -0800


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

Modified Files:
	NEWS 
Log Message:
A note about EX_OK and friends in the posixmodule.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.604
retrieving revision 1.605
diff -C2 -d -r1.604 -r1.605
*** NEWS	7 Jan 2003 20:33:41 -0000	1.604
--- NEWS	7 Jan 2003 20:55:26 -0000	1.605
***************
*** 22,25 ****
--- 22,27 ----
  -----------------
  
+ - os/posixmodule has grown the sysexits.h constants (EX_OK and friends).
+ 
  - Fixed broken threadstate swap in readline that could cause fatal
    errors when a readline hook was being invoked while a background