[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.40,1.41

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Sun, 28 Jul 2002 13:29:06 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv882

Modified Files:
	whatsnew23.tex 
Log Message:
Add posix.lchown()

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** whatsnew23.tex	22 Jul 2002 19:21:06 -0000	1.40
--- whatsnew23.tex	28 Jul 2002 20:29:03 -0000	1.41
***************
*** 680,685 ****
  input values measured in radians. (Contributed by Raymond Hettinger.)
  
! \item Three new functions, \function{getpgid()}, \function{killpg()},
! and \function{mknod()}, were added to the \module{posix} module that
  underlies the \module{os} module.  (Contributed by Gustavo Niemeyer
  and Geert Jansen.)
--- 680,684 ----
  input values measured in radians. (Contributed by Raymond Hettinger.)
  
! \item Four new functions, \function{getpgid()}, \function{killpg()}, \function{lchown()}, and \function{mknod()}, were added to the \module{posix} module that
  underlies the \module{os} module.  (Contributed by Gustavo Niemeyer
  and Geert Jansen.)