Add note about the version in which GetoptError was added -- this can

bite people interested in 1.5.2 compatibility.
This commit is contained in:
Fred Drake 2001-04-18 03:18:57 +00:00
parent c2b29d0fee
commit 293f77af6f
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ not require one will also cause this exception to be raised. The
attributes \member{msg} and \member{opt} give the error message and
related option; if there is no specific option to which the exception
relates, \member{opt} is an empty string.
\versionchanged[Introduced \exception{GetoptError} as a synonym for
\exception{error}]{1.6}
\end{excdesc}
\begin{excdesc}{error}