diff options
author | Fred Drake <fdrake@acm.org> | 2006-01-20 03:30:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-01-20 03:30:36 (GMT) |
commit | 40558fef9176191524331993303be36e4f018557 (patch) | |
tree | 955c89d45ce01c00367d203bde61ac7e4c91a510 /Doc | |
parent | 62ffc078c2a393c0563dada1a83016ad4b0a06e0 (diff) | |
download | cpython-40558fef9176191524331993303be36e4f018557.zip cpython-40558fef9176191524331993303be36e4f018557.tar.gz cpython-40558fef9176191524331993303be36e4f018557.tar.bz2 |
add missing version identification
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libgetopt.tex | 2 |
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} |