From: Fred Drake Date: Fri, 20 Jan 2006 03:31:17 +0000 (+0000) Subject: add missing version identification X-Git-Tag: v2.4.3c1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543511c401e5c897252e48d9cb911cc7899825b8;p=thirdparty%2FPython%2Fcpython.git add missing version identification --- diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex index 3d582ebecbe2..e8b16a31e20f 100644 --- a/Doc/lib/libgetopt.tex +++ b/Doc/lib/libgetopt.tex @@ -65,6 +65,8 @@ encountered. If the first character of the option string is `+', or if the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered. + +\versionadded{2.3} \end{funcdesc} \begin{excdesc}{GetoptError}