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 petri.lehtinen
Recipients docs@python, petri.lehtinen
Date 2011-08-09.11:54:12
SpamBayes Score 0.00035237466
Marked as misclassified No
Message-id <1312890852.75.0.253280882894.issue12714@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation of argparse.ArgumentParser.add_argument() says:

* required - Whether or not the command-line option may be omitted (optionals only).

I believe it should be "options only" instead of "optionals only".
History
Date User Action Args
2011-08-09 11:54:12petri.lehtinensetrecipients: + petri.lehtinen, docs@python
2011-08-09 11:54:12petri.lehtinensetmessageid: <1312890852.75.0.253280882894.issue12714@psf.upfronthosting.co.za>
2011-08-09 11:54:12petri.lehtinenlinkissue12714 messages
2011-08-09 11:54:12petri.lehtinencreate