Kaydet (Commit) db8d1c26 authored tarafından Skip Montanaro's avatar Skip Montanaro

add references between getopt and optparse docs

üst 4e9e7a61
......@@ -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}
......@@ -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}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment