[issue39167] argparse boolean type bug

Trenton Bricken report at bugs.python.org
Tue Dec 31 07:27:25 EST 2019


Trenton Bricken <brickentrenton at gmail.com> added the comment:

Thanks for all of these replies. 

The functionality is that the user adds --flag True False and then all of the other parameters are run with True. And then again with False. 

I thought this was a bug because of the confusing type=bool behavior. But it certainly isn't a big deal and it seems like you are already aware of it. 

Thanks for all of your open source contributions and help.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39167>
_______________________________________


More information about the Python-bugs-list mailing list