From 292f56cd26233f2e1d41dacdd0834b7b221e72f3 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 6 Feb 2003 05:02:39 +0000 Subject: [PATCH] Provide version changed info --- Doc/lib/libcmd.tex | 1 + 1 file changed, 1 insertion(+) 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} -- 2.47.3