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 BGuo1
Recipients BGuo1, Daniel Stone, docs@python
Date 2016-03-23.04:18:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458706707.6.0.30281257858.issue26602@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I agree with your observation about the unnecessarily complicated documentation. I feel that there is not a real necessity to include an example that uses (metavar='N', nargs='+') or even (const='sum', default='max') inside the parameters of the add_argument method, as they are not explained in the beginning section and simply appear to contribute clutter.

For this reason, I have written an easier document to understand (still keeping the sidebar tutorial, because it is a helpful reference). I use instead a method that accepts a string and returns the first letter. I hope this will add to the clarity of the document.
History
Date User Action Args
2016-03-23 04:18:27BGuo1setrecipients: + BGuo1, docs@python, Daniel Stone
2016-03-23 04:18:27BGuo1setmessageid: <1458706707.6.0.30281257858.issue26602@psf.upfronthosting.co.za>
2016-03-23 04:18:27BGuo1linkissue26602 messages
2016-03-23 04:18:27BGuo1create