]> granicus.if.org Git - python/commitdiff
Bug #1753406: missing \versionadded for subprocess.check_call.
authorGeorg Brandl <georg@python.org>
Sat, 14 Jul 2007 17:12:23 +0000 (17:12 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 14 Jul 2007 17:12:23 +0000 (17:12 +0000)
Doc/lib/libsubprocess.tex

index 24b75a3d3567edf5939de1b87b899c51c6aa1958..a569c91846fb33de1dbec002f685c0bd48f5d6b3 100644 (file)
@@ -147,6 +147,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}