[Python-checkins] python/dist/src/Doc/lib libgetopt.tex, 1.21, 1.22 liboptparse.tex, 1.10, 1.11

montanaro at projects.sourceforge.net montanaro at projects.sourceforge.net
Mon Jan 26 14:30:23 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv530

Modified Files:
	libgetopt.tex liboptparse.tex 
Log Message:
add references between getopt and optparse docs


Index: libgetopt.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgetopt.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libgetopt.tex	29 Apr 2003 04:35:36 -0000	1.21
--- libgetopt.tex	26 Jan 2004 19:30:21 -0000	1.22
***************
*** 144,145 ****
--- 144,149 ----
      main()
  \end{verbatim}
+ 
+ \begin{seealso}
+   \seemodule{optparse}{More object-oriented command line option parsing}
+ \end{seealso}

Index: liboptparse.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liboptparse.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** liboptparse.tex	16 Jul 2003 17:58:38 -0000	1.10
--- liboptparse.tex	26 Jan 2004 19:30:21 -0000	1.11
***************
*** 1710,1711 ****
--- 1710,1715 ----
  
  \verbatiminput{required_2.py}
+ 
+ \begin{seealso}
+   \seemodule{getopt}{More traditional Unix-style command line option parsing}
+ \end{seealso}




More information about the Python-checkins mailing list