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 roganartu
Recipients paul.j3, rhettinger, roganartu
Date 2021-02-09.07:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612857244.62.0.427616401189.issue43160@roundup.psfhosted.org>
In-reply-to
Content
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'])
History
Date User Action Args
2021-02-09 07:54:04roganartusetrecipients: + roganartu, rhettinger, paul.j3
2021-02-09 07:54:04roganartusetmessageid: <1612857244.62.0.427616401189.issue43160@roundup.psfhosted.org>
2021-02-09 07:54:04roganartulinkissue43160 messages
2021-02-09 07:54:04roganartucreate