[Python-checkins] python/dist/src/Misc NEWS,1.425,1.426

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 13 Jun 2002 14:09:40 -0700


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

Modified Files:
	NEWS 
Log Message:
Patch #568235: Add posix.setpgid.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.425
retrieving revision 1.426
diff -C2 -d -r1.425 -r1.426
*** NEWS	13 Jun 2002 11:41:07 -0000	1.425
--- NEWS	13 Jun 2002 21:09:06 -0000	1.426
***************
*** 115,119 ****
    written to disk.
  
! - posix.killpg and posix.mknod have been added where available.
  
  - The locale module now exposes the C library's gettext interface.
--- 115,120 ----
    written to disk.
  
! - posix.killpg, posix.mknod, and posix.getpgid have been added where
!   available.
  
  - The locale module now exposes the C library's gettext interface.