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 sandro.tosi
Recipients bethard, docs@python, sandro.tosi
Date 2011-02-10.22:21:48
SpamBayes Score 2.0549484e-09
Marked as misclassified No
Message-id <1297376510.52.0.558444178279.issue10423@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Steven, I'm not exactly getting what you're meaning here: are you actually saying to replace every occurrence of 'option' with 'argument' in the whole argparse module doc, or just make it stronger in the mentioned line that what was called previously 'option' is now called 'args' ?

PS: wouldn't it be better to use this form "(options, args) = parser.parse_args()" instead of "options, args = parser.parse_args()" ? optparse doc uses the former, so it should be easy to recognize for those willing to migrate to argparse
History
Date User Action Args
2011-02-10 22:21:50sandro.tosisetrecipients: + sandro.tosi, bethard, docs@python
2011-02-10 22:21:50sandro.tosisetmessageid: <1297376510.52.0.558444178279.issue10423@psf.upfronthosting.co.za>
2011-02-10 22:21:49sandro.tosilinkissue10423 messages
2011-02-10 22:21:48sandro.tosicreate