From: Neal Norwitz Date: Thu, 6 Feb 2003 05:02:39 +0000 (+0000) Subject: Provide version changed info X-Git-Tag: v2.3c1~2008 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=292f56cd26233f2e1d41dacdd0834b7b221e72f3;p=thirdparty%2FPython%2Fcpython.git Provide version changed info --- diff --git a/Doc/lib/libcmd.tex b/Doc/lib/libcmd.tex index 4b2af91dff32..4b7a23d5bac2 100644 --- a/Doc/lib/libcmd.tex +++ b/Doc/lib/libcmd.tex @@ -28,6 +28,7 @@ input and output file objects that the Cmd instance or subclass instance will use for input and output. If not specified, they will default to \var{sys.stdin} and \var{sys.stdout}. +\versionchanged[The \var{stdin} and \var{stdout} parameters were added.]{2.3} \end{classdesc} \subsection{Cmd Objects}