[docs] [issue25314] Documentation: argparse's actions store_{true, false} default to False/True (undocumented)

Julien Baley report at bugs.python.org
Mon Oct 5 00:28:59 CEST 2015


Julien Baley added the comment:

That's true, store_const has no default and will throw an exception if const is not provided. Updated the patch consequently.

----------
Added file: http://bugs.python.org/file40677/store_const_true_false_doc.patch

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


More information about the docs mailing list