mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Add "version added" for getpgid
This commit is contained in:
parent
35fc7606f0
commit
cc5c6947a6
1 changed files with 1 additions and 0 deletions
|
@ -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}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue