From: Neal Norwitz Date: Thu, 13 Jun 2002 21:19:25 +0000 (+0000) Subject: Add "version added" for getpgid X-Git-Tag: v2.3c1~5332 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc5c6947a6478cd3f70cd167a500dd972a623d82;p=thirdparty%2FPython%2Fcpython.git Add "version added" for getpgid --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index ebc3c5c254be..02f44ce045e5 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -148,6 +148,7 @@ Availability: \UNIX. Return the process group id of the process with process id \var{pid}. If \var{pid} is 0, the process group id of the current process is returned. Availability: \UNIX. +\versionadded{2.3} \end{funcdesc} \begin{funcdesc}{getpgrp}{}