[Python-checkins] r56365 - python/branches/release25-maint/Doc/lib/libsubprocess.tex

georg.brandl python-checkins at python.org
Sat Jul 14 19:12:27 CEST 2007


Author: georg.brandl
Date: Sat Jul 14 19:12:27 2007
New Revision: 56365

Modified:
   python/branches/release25-maint/Doc/lib/libsubprocess.tex
Log:
Bug #1753406: missing \versionadded for subprocess.check_call.
 (backport from rev. 56364)

Modified: python/branches/release25-maint/Doc/lib/libsubprocess.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libsubprocess.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libsubprocess.tex	Sat Jul 14 19:12:27 2007
@@ -144,6 +144,8 @@
 \begin{verbatim}
     check_call(["ls", "-l"])
 \end{verbatim}
+
+\versionadded{2.5}
 \end{funcdesc}
 
 \subsubsection{Exceptions}


More information about the Python-checkins mailing list