summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-01-20 03:31:17 (GMT)
committerFred Drake <fdrake@acm.org>2006-01-20 03:31:17 (GMT)
commit543511c401e5c897252e48d9cb911cc7899825b8 (patch)
tree12b343f27b730ba54f960b58a70dcd6a7a2deed0 /Doc
parentaad2234bfaa6c1f0bfa8251e9b2d1685377336f5 (diff)
downloadcpython-543511c401e5c897252e48d9cb911cc7899825b8.zip
cpython-543511c401e5c897252e48d9cb911cc7899825b8.tar.gz
cpython-543511c401e5c897252e48d9cb911cc7899825b8.tar.bz2
add missing version identification
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libgetopt.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex
index 3d582eb..e8b16a3 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}