[Python-checkins] python/dist/src/Doc/lib libos.tex,1.87,1.88

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Thu, 13 Jun 2002 14:19:28 -0700


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

Modified Files:
	libos.tex 
Log Message:
Add "version added" for getpgid

Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** libos.tex	13 Jun 2002 21:09:03 -0000	1.87
--- libos.tex	13 Jun 2002 21:19:25 -0000	1.88
***************
*** 149,152 ****
--- 149,153 ----
  If \var{pid} is 0, the process group id of the current process is
  returned. Availability: \UNIX.
+ \versionadded{2.3}
  \end{funcdesc}