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 mental
Recipients docs@python, gvanrossum, mental
Date 2019-07-31.11:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564571369.22.0.448412573146.issue37726@roundup.psfhosted.org>
In-reply-to
Content
It's nice to see the newcomer friendly tag being encouraged :thumbsup:

I'm submitting a PR for a doc change (I'd appreciate a review :D).

I've replaced any mention of getopt in the tutorial section with the argparse module. Additionally I have added several small examples of usage promoting its usability.

Should the section recommend using other dedicated packages for parsing: fire, click, docopt? urllib.request does this for the requests package.
History
Date User Action Args
2019-07-31 11:09:29mentalsetrecipients: + mental, gvanrossum, docs@python
2019-07-31 11:09:29mentalsetmessageid: <1564571369.22.0.448412573146.issue37726@roundup.psfhosted.org>
2019-07-31 11:09:29mentallinkissue37726 messages
2019-07-31 11:09:29mentalcreate