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 Flux
Recipients Flux
Date 2016-10-29.17:21:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477761711.09.0.834244461105.issue28558@psf.upfronthosting.co.za>
In-reply-to
Content
argparse does not handle Store actions correctly when "nargs = 1" is provided. The documentation indicates the value should be assigned to the dest, but instead a list with the value as the only item is assigned to dest.
History
Date User Action Args
2016-10-29 17:21:51Fluxsetrecipients: + Flux
2016-10-29 17:21:51Fluxsetmessageid: <1477761711.09.0.834244461105.issue28558@psf.upfronthosting.co.za>
2016-10-29 17:21:51Fluxlinkissue28558 messages
2016-10-29 17:21:51Fluxcreate