[Python-checkins] CVS: python/dist/src/Doc/lib libgetopt.tex,1.16,1.17

Moshe Zadka moshez@users.sourceforge.net
Wed, 11 Apr 2001 00:33:11 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv13992

Modified Files:
	libgetopt.tex 
Log Message:
Fixing bug 405999 -- clarifying differences between Python's
getopt and GNU getopt -- Python is like classical UNIX getopt.


Index: libgetopt.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgetopt.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** libgetopt.tex	2001/01/08 16:05:51	1.16
--- libgetopt.tex	2001/04/11 07:33:08	1.17
***************
*** 26,29 ****
--- 26,33 ----
  \cfunction{getopt()} uses).
  
+ \strong{Note:} Unlike GNU \cfunction{getopt()}, after a non-option
+ argument, all further arguments are considered also non-options.
+ This is similar to the way non-GNU \UNIX{} systems work.
+ 
  \var{long_options}, if specified, must be a list of strings with the
  names of the long options which should be supported.  The leading