add missing version identification

This commit is contained in:
Fred Drake 2006-01-20 03:30:36 +00:00
parent 62ffc078c2
commit 40558fef91
1 changed files with 2 additions and 0 deletions

View 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}