Bug #1753406: missing \versionadded for subprocess.check_call.

(backport from rev. 56364)
This commit is contained in:
Georg Brandl 2007-07-14 17:12:27 +00:00
parent f4d9caed03
commit f09060e62f
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ The arguments are the same as for the Popen constructor. Example:
\begin{verbatim}
check_call(["ls", "-l"])
\end{verbatim}
\versionadded{2.5}
\end{funcdesc}
\subsubsection{Exceptions}