From f09060e62f5dd7fb37a5e1e97c6059d354d7785d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 14 Jul 2007 17:12:27 +0000 Subject: [PATCH] Bug #1753406: missing \versionadded for subprocess.check_call. (backport from rev. 56364) --- Doc/lib/libsubprocess.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/libsubprocess.tex b/Doc/lib/libsubprocess.tex index f6397105acb..509f283f6c3 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}