[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.58,1.59

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Thu, 10 Oct 2002 09:04:15 -0700


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

Modified Files:
	whatsnew23.tex 
Log Message:
Add new posix functions

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** whatsnew23.tex	10 Oct 2002 11:32:30 -0000	1.58
--- whatsnew23.tex	10 Oct 2002 16:04:08 -0000	1.59
***************
*** 984,990 ****
  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.)
  
  \item The parser objects provided by the \module{pyexpat} module 
--- 984,992 ----
  input values measured in radians. (Contributed by Raymond Hettinger.)
  
! \item Seven new functions, \function{getpgid()}, \function{killpg()},
! \function{lchown()}, \function{major()}, \function{makedev()},
! \function{minor()}, and \function{mknod()}, were added to the
! \module{posix} module that underlies the \module{os} module.
! (Contributed by Gustavo Niemeyer and Geert Jansen.)
  
  \item The parser objects provided by the \module{pyexpat} module