[docs] [issue15427] Describe use of args parameter of argparse.ArgumentParser.parse_args
Steven Bethard
report at bugs.python.org
Mon Jul 23 00:12:34 CEST 2012
New submission from Steven Bethard <steven.bethard at gmail.com>:
>From http://bugs.python.org/issue14191#msg155202:
ArgumentParser.parse_args(args=None, namespace=None)
...
However, nowhere is the args= parameter explained. One example is given at the end of 15.4.4.6 showing the use of args= which apparently accepts a list of parameters, similar to the positional list of parameters that are used in all the other examples. It might be nice to clarify that.
----------
assignee: docs at python
components: Documentation
messages: 166174
nosy: bethard, docs at python
priority: normal
severity: normal
status: open
title: Describe use of args parameter of argparse.ArgumentParser.parse_args
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15427>
_______________________________________
More information about the docs
mailing list