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 steven.daprano
Recipients shubham1172, steven.daprano
Date 2018-01-01.07:19:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20180101071933.GY4215@ando.pearwood.info>
In-reply-to <1514790637.03.0.467229070634.issue32474@psf.upfronthosting.co.za>
Content
> Values like "1", "2", "3", should be supported.

You mean you want to call parser.add_argument('--foo', nargs="2") 
instead of parser.add_argument('--foo', nargs=2)?

Why?
History
Date User Action Args
2018-01-01 07:19:41steven.dapranosetrecipients: + steven.daprano, shubham1172
2018-01-01 07:19:41steven.dapranolinkissue32474 messages
2018-01-01 07:19:41steven.dapranocreate