From: Fred Drake Date: Fri, 20 Jan 2006 03:30:36 +0000 (+0000) Subject: add missing version identification X-Git-Tag: v2.5a0~793 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40558fef9176191524331993303be36e4f018557;p=python add missing version identification --- diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex index 3d582ebecb..e8b16a31e2 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}