mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
Bug #1753406: missing \versionadded for subprocess.check_call.
This commit is contained in:
parent
81a06d4260
commit
cf3a70441d
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ The arguments are the same as for the Popen constructor. Example:
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
check_call(["ls", "-l"])
|
check_call(["ls", "-l"])
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
|
\versionadded{2.5}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\subsubsection{Exceptions}
|
\subsubsection{Exceptions}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue