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 py.user
Recipients docs@python, py.user
Date 2016-09-07.03:15:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473218103.32.0.964912945443.issue27993@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/library/argparse.html#prog
"By default, ArgumentParser objects uses sys.argv[0]"

Should be "objects use" as in all other places in the doc.

https://docs.python.org/3/library/argparse.html#conflict-handler
"By default, ArgumentParser objects raises an exception"

Should be "objects raise" as in all other places in the doc.

Applied a patch to the issue.
History
Date User Action Args
2016-09-07 03:15:03py.usersetrecipients: + py.user, docs@python
2016-09-07 03:15:03py.usersetmessageid: <1473218103.32.0.964912945443.issue27993@psf.upfronthosting.co.za>
2016-09-07 03:15:03py.userlinkissue27993 messages
2016-09-07 03:15:03py.usercreate