mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
This commit is contained in:
parent
7760cdea81
commit
470be14c8a
131 changed files with 1960 additions and 1114 deletions
|
@ -5,7 +5,8 @@ This module helps scripts to parse the command line arguments in
|
|||
\code{sys.argv}.
|
||||
It uses the same conventions as the \UNIX{}
|
||||
\code{getopt()}
|
||||
function.
|
||||
function (including the special meanings of arguments of the form
|
||||
\samp{-} and \samp{--}).
|
||||
It defines the function
|
||||
\code{getopt.getopt(args, options)}
|
||||
and the exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue