summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-07-14 17:12:27 +0000
committerGeorg Brandl <georg@python.org>2007-07-14 17:12:27 +0000
commitf09060e62f5dd7fb37a5e1e97c6059d354d7785d (patch)
tree66d8a883d5aae74f585eef0bc88e541ebf4bcb0b
parentf4d9caed03a51b7d84912214d8cc255176b3ec08 (diff)
downloadcpython-git-f09060e62f5dd7fb37a5e1e97c6059d354d7785d.tar.gz
Bug #1753406: missing \versionadded for subprocess.check_call.
(backport from rev. 56364)
-rw-r--r--Doc/lib/libsubprocess.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libsubprocess.tex b/Doc/lib/libsubprocess.tex
index f6397105ac..509f283f6c 100644
--- a/Doc/lib/libsubprocess.tex
+++ b/Doc/lib/libsubprocess.tex
@@ -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}