[Python-checkins] CVS: python/dist/src/Doc/lib libgetopt.tex,1.17,1.17.2.1
Fred L. Drake
fdrake@users.sourceforge.net
2001年4月17日 20:27:15 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv18193
Modified Files:
Tag: release21-maint
libgetopt.tex
Log Message:
Add note about the version in which GetoptError was added -- this can
bite people interested in 1.5.2 compatibility.
Index: libgetopt.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgetopt.tex,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -C2 -r1.17 -r1.17.2.1
*** libgetopt.tex 2001年04月11日 07:33:08 1.17
--- libgetopt.tex 2001年04月18日 03:27:13 1.17.2.1
***************
*** 65,68 ****
--- 65,71 ----
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}