Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
925ce135
Commit
925ce135
authored
Aug 01, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#8735: better explain semantics of *values* argument for parse().
parent
38c299be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Doc/library/optparse.rst
Doc/library/optparse.rst
+3
-2
No files found.
Doc/library/optparse.rst
View file @
925ce135
...
@@ -1234,8 +1234,9 @@ where the input parameters are
...
@@ -1234,8 +1234,9 @@ where the input parameters are
the list of arguments to process (default: ``sys.argv[1:]``)
the list of arguments to process (default: ``sys.argv[1:]``)
``values``
``values``
object to store option arguments in (default: a new instance of
a :class:`optparse.Values` object to store option arguments in (default: a
:class:`optparse.Values`)
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
and the return values are
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment