summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libgetopt.tex
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-01-26 19:30:21 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-01-26 19:30:21 (GMT)
commitdb8d1c26d32804816e20fb5ef94739208e6db3e8 (patch)
tree38e8d62d1eca1459113bfaaca73b1244a24c983b /Doc/lib/libgetopt.tex
parent4e9e7a61404ea168ffa30f5ef5203d3e0cb3d172 (diff)
downloadcpython-db8d1c26d32804816e20fb5ef94739208e6db3e8.zip
cpython-db8d1c26d32804816e20fb5ef94739208e6db3e8.tar.gz
cpython-db8d1c26d32804816e20fb5ef94739208e6db3e8.tar.bz2
add references between getopt and optparse docs
Diffstat (limited to 'Doc/lib/libgetopt.tex')
-rw-r--r--Doc/lib/libgetopt.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libgetopt.tex b/Doc/lib/libgetopt.tex
index 558aafa..d8f1de7 100644
--- a/Doc/lib/libgetopt.tex
+++ b/Doc/lib/libgetopt.tex
@@ -143,3 +143,7 @@ def main():
if __name__ == "__main__":
main()
\end{verbatim}
+
+\begin{seealso}
+ \seemodule{optparse}{More object-oriented command line option parsing}
+\end{seealso}