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 bethard
Recipients Kotan, bethard, docs@python, eric.araujo, eric.smith, fdrake, gray_hemp
Date 2012-07-23.18:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343069044.46.0.343941001411.issue9182@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, here's what I think needs to go into the documentation here:

(1) Add a separate section to the argparse docs about '--'. Give examples like the ones in this issue, and show how '--' can solve them

(2) Cross-reference the section on '--' from nargs='?', nargs='*', nargs='+' and the "Arguments containing -" sections (and any other places where people are likely to run into the need for '--').

All of these changes should be on Doc/library/argparse.rst - I don't think we want to change the code at the moment.
History
Date User Action Args
2012-07-23 18:44:04bethardsetrecipients: + bethard, fdrake, eric.smith, eric.araujo, docs@python, gray_hemp, Kotan
2012-07-23 18:44:04bethardsetmessageid: <1343069044.46.0.343941001411.issue9182@psf.upfronthosting.co.za>
2012-07-23 18:44:03bethardlinkissue9182 messages
2012-07-23 18:44:03bethardcreate