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 Nathan Naze
Recipients Nathan Naze
Date 2016-05-10.18:30:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462905029.96.0.678738443976.issue26994@psf.upfronthosting.co.za>
In-reply-to
Content
Setting a boolean type in argparse gives unexpected behavior when setting "True", "False", etc.

https://gist.github.com/nanaze/db63e3f63e318408e3223bf1245d9752

Would have expected parsing to fail for unclear input that doesn't neatly map to a boolean value.
History
Date User Action Args
2016-05-10 18:30:29Nathan Nazesetrecipients: + Nathan Naze
2016-05-10 18:30:29Nathan Nazesetmessageid: <1462905029.96.0.678738443976.issue26994@psf.upfronthosting.co.za>
2016-05-10 18:30:29Nathan Nazelinkissue26994 messages
2016-05-10 18:30:29Nathan Nazecreate