Bug #1753406: missing \versionadded for subprocess.check_call.
authorGeorg Brandl <georg@python.org>
Sat, 14 Jul 2007 17:12:27 +0000 (17:12 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 14 Jul 2007 17:12:27 +0000 (17:12 +0000)
 (backport from rev. 56364)

Doc/lib/libsubprocess.tex

index f6397105acb9a82b653162814782b961e2b38f67..509f283f6c32cdcbe5fe2ced84882549d79827cd 100644 (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}