This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bethard
Recipients bethard, docs@python
Date 2012-07-22.22:12:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342995154.12.0.902919829048.issue15427@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-22 22:12:34bethardsetrecipients: + bethard, docs@python
2012-07-22 22:12:34bethardsetmessageid: <1342995154.12.0.902919829048.issue15427@psf.upfronthosting.co.za>
2012-07-22 22:12:33bethardlinkissue15427 messages
2012-07-22 22:12:33bethardcreate