projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d9cae
)
Bug #1753406: missing \versionadded for subprocess.check_call.
author
Georg Brandl
<georg@python.org>
Sat, 14 Jul 2007 17:12:27 +0000
(17:12 +0000)
committer
Georg Brandl
<georg@python.org>
Sat, 14 Jul 2007 17:12:27 +0000
(17:12 +0000)
(backport from rev. 56364)
Doc/lib/libsubprocess.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libsubprocess.tex
b/Doc/lib/libsubprocess.tex
index f6397105acb9a82b653162814782b961e2b38f67..509f283f6c32cdcbe5fe2ced84882549d79827cd 100644
(file)
--- 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}