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 cheryl.sabella
Recipients aj, bethard, cheryl.sabella, paul.j3
Date 2019-01-18.23:43:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547855039.92.0.492794075275.issue15613@roundup.psfhosted.org>
In-reply-to
Content
Closing per paul.j3's last comment which also is mentioned in the documentation (https://docs.python.org/3.8/library/argparse.html#default
):

> For positional arguments with nargs equal to ? or *, the default value is used when no command-line argument was present
History
Date User Action Args
2019-01-18 23:44:01cheryl.sabellasetrecipients: + cheryl.sabella, bethard, paul.j3, aj
2019-01-18 23:43:59cheryl.sabellasetmessageid: <1547855039.92.0.492794075275.issue15613@roundup.psfhosted.org>
2019-01-18 23:43:59cheryl.sabellalinkissue15613 messages
2019-01-18 23:43:59cheryl.sabellacreate