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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc5c6947a6478cd3f70cd167a500dd972a623d82;p=python Add "version added" for getpgid --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index ebc3c5c254..02f44ce045 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}{}