commit | f09060e62f5dd7fb37a5e1e97c6059d354d7785d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jul 14 17:12:27 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jul 14 17:12:27 2007 +0000 |
tree | 66d8a883d5aae74f585eef0bc88e541ebf4bcb0b | |
parent | f4d9caed03a51b7d84912214d8cc255176b3ec08 [diff] |
Bug #1753406: missing \versionadded for subprocess.check_call. (backport from rev. 56364)
diff --git a/Doc/lib/libsubprocess.tex b/Doc/lib/libsubprocess.tex index f639710..509f283 100644 --- a/Doc/lib/libsubprocess.tex +++ b/Doc/lib/libsubprocess.tex
@@ -144,6 +144,8 @@ \begin{verbatim} check_call(["ls", "-l"]) \end{verbatim} + +\versionadded{2.5} \end{funcdesc} \subsubsection{Exceptions}