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 mblahay
Recipients bethard, mblahay, paul.j3, rgov
Date 2019-05-10.20:17:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557519478.86.0.783594474625.issue35495@roundup.psfhosted.org>
In-reply-to
Content
Much detail has been provided regarding why the default is ignored when user the REMAINDER option. The desire to add an exception has not. Is there anyone that can provide guidance on whether the combination of:
1. Positional Argument 
2. nargs=REMAINDER
3. default=something  
should raise an exception upon execution of the add_argument method?
History
Date User Action Args
2019-05-10 20:17:58mblahaysetrecipients: + mblahay, bethard, paul.j3, rgov
2019-05-10 20:17:58mblahaysetmessageid: <1557519478.86.0.783594474625.issue35495@roundup.psfhosted.org>
2019-05-10 20:17:58mblahaylinkissue35495 messages
2019-05-10 20:17:58mblahaycreate