Commit 925ce135 authored by Georg Brandl's avatar Georg Brandl

#8735: better explain semantics of *values* argument for parse().

parent 38c299be
......@@ -1234,8 +1234,9 @@ where the input parameters are
the list of arguments to process (default: ``sys.argv[1:]``)
``values``
object to store option arguments in (default: a new instance of
:class:`optparse.Values`)
a :class:`optparse.Values` object to store option arguments in (default: a
new instance of :class:`Values`) -- if you give an existing object, the
option defaults will not be initialized on it
and the return values are
......
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