[issue43160] argparse: add extend_const action

Tony Lykke report at bugs.python.org
Tue Feb 9 02:54:04 EST 2021


Tony Lykke <hi at tonylykke.com> added the comment:

Sorry, there's a typo in my last comment.

    --store --foo a
            Namespace(foo=['a', 'b', 'c'])

from the first set of examples should have been

    --store --foo c
            Namespace(foo=['a', 'b', 'c'])

----------

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


More information about the Python-bugs-list mailing list