]> granicus.if.org Git - python/commitdiff
add missing version identification
authorFred Drake <fdrake@acm.org>
Fri, 20 Jan 2006 03:30:36 +0000 (03:30 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 20 Jan 2006 03:30:36 +0000 (03:30 +0000)
Doc/lib/libgetopt.tex

index 3d582ebecbe237c909ca7486b87d4334c7fac316..e8b16a31e20fd3b37772fd7a4ba77bdc3157fb0e 100644 (file)
@@ -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}