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 ncoghlan
Recipients bethard, docs@python, ncoghlan
Date 2012-01-24.06:09:59
SpamBayes Score 0.0052258684
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Looking at the docs, a 4th table in the quick reference section would be useful: the parameters for ArgumentParser itself.

Note that the ArgumentParser and add_arguments() parameters are already summarised in their respective entries, but there are currently no summaries at all for the possible "action" and "nargs" values
History
Date User Action Args
2012-01-24 06:10:00ncoghlansetrecipients: + ncoghlan, bethard, docs@python
2012-01-24 06:10:00ncoghlansetmessageid: <[email protected]>
2012-01-24 06:09:59ncoghlanlinkissue13850 messages
2012-01-24 06:09:59ncoghlancreate