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}