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 moigagoo
Recipients dbagnall, moigagoo, paul.j3, r.david.murray
Date 2015-08-22.18:56:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440269781.21.0.0253431154956.issue24754@psf.upfronthosting.co.za>
In-reply-to
Content
Although I agree that specifying type with store_true or store_false is unnecessary, this shouldn't really be an error like this. Why not just ignore type if it can't be utilized?

The error message implies the usage of add_argument is erroneous, however it is fully compatible with the spec give in the docs.

Alternatively, the docs should be updated.
History
Date User Action Args
2015-08-22 18:56:21moigagoosetrecipients: + moigagoo, dbagnall, r.david.murray, paul.j3
2015-08-22 18:56:21moigagoosetmessageid: <1440269781.21.0.0253431154956.issue24754@psf.upfronthosting.co.za>
2015-08-22 18:56:21moigagoolinkissue24754 messages
2015-08-22 18:56:20moigagoocreate