add references between getopt and optparse docs

This commit is contained in:
Skip Montanaro 2004-01-26 19:30:21 +00:00
parent 4e9e7a6140
commit db8d1c26d3
2 changed files with 8 additions and 0 deletions

View File

@ -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}

View File

@ -1709,3 +1709,7 @@ attribute; extend \class{OptionParser} to ensure that required options
are present after parsing:
\verbatiminput{required_2.py}
\begin{seealso}
\seemodule{getopt}{More traditional Unix-style command line option parsing}
\end{seealso}