[Python-checkins] CVS: python/dist/src/Misc NEWS,1.356,1.357

Martin v. L?wis loewis@users.sourceforge.net
Sat, 16 Feb 2002 15:35:43 -0800


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

Modified Files:
	NEWS 
Log Message:
Patch #511193: Implement killpg in posixmodule.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.356
retrieving revision 1.357
diff -C2 -d -r1.356 -r1.357
*** NEWS	16 Feb 2002 18:23:30 -0000	1.356
--- NEWS	16 Feb 2002 23:35:41 -0000	1.357
***************
*** 14,17 ****
--- 14,19 ----
    a ValueError when the xreadlines.next() method was called.
  
+ - posix.killpg has been added where available.
+ 
  Extension modules