add references between getopt and optparse docs
This commit is contained in:
parent
4e9e7a6140
commit
db8d1c26d3
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue