[docs] [issue30127] argparse action not correctly describing the right behavior

Eric V. Smith report at bugs.python.org
Fri Apr 21 09:28:01 EDT 2017


Eric V. Smith added the comment:

I think the example is correct. Because baz's action is store_false, the default is True. So if baz is omitted, it should have a True value. That's what the example shows, and what I see when I run this code.

Can you show what you tested, what you saw, and what you expected?

----------
nosy: +eric.smith

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30127>
_______________________________________


More information about the docs mailing list