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 Antony.Lee
Recipients Antony.Lee
Date 2015-07-16.20:47:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437079645.1.0.921184801927.issue24647@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the argparse docs mention the special values "+", "*" and "?" by their actual values instead of argparse.{ONE_OR_MORE,ZERO_OR_MORE,OPTIONAL}, but argparse.REMAINDER is mentioned as is.  It seems easier to just use its actual value ("...") in the docs as well.
History
Date User Action Args
2015-07-16 20:47:25Antony.Leesetrecipients: + Antony.Lee
2015-07-16 20:47:25Antony.Leesetmessageid: <1437079645.1.0.921184801927.issue24647@psf.upfronthosting.co.za>
2015-07-16 20:47:25Antony.Leelinkissue24647 messages
2015-07-16 20:47:24Antony.Leecreate