diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-06-13 21:19:25 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-06-13 21:19:25 (GMT) |
commit | cc5c6947a6478cd3f70cd167a500dd972a623d82 (patch) | |
tree | ebd68e31863c607ec41ab8df99cacd6d8ce7cab3 /Doc/lib/libos.tex | |
parent | 35fc7606f076f507bd25acaf464e83c75c3756f4 (diff) | |
download | cpython-cc5c6947a6478cd3f70cd167a500dd972a623d82.zip cpython-cc5c6947a6478cd3f70cd167a500dd972a623d82.tar.gz cpython-cc5c6947a6478cd3f70cd167a500dd972a623d82.tar.bz2 |
Add "version added" for getpgid
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r-- | Doc/lib/libos.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index ebc3c5c..02f44ce 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}{} |