Bug #1753406: missing \versionadded for subprocess.check_call.
(backport from rev. 56364)
This commit is contained in:
parent
f4d9caed03
commit
f09060e62f
|
@ -144,6 +144,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…
Reference in New Issue