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 v+python
Recipients monkeyman79, paul.j3, r.david.murray, rhettinger, v+python
Date 2021-01-28.05:18:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611811105.57.0.598904641042.issue43046@roundup.psfhosted.org>
In-reply-to
Content
So the missing signature is why I didn't understand, probably. At least, it seems reasonable to blame that :)  You didn't include [version] in the signature, but that isn't your fault: it isn't in the original and should be (see action "version").

So key is optional and defaults to dest... I saw that, but was already confused.  This latest example clears up why you might want to overrride dest for use in different arguments... very similar to why dest is allowed to be specified instead of its default value.

And dest could be used, it is sufficient, but allowing specification of key to override it is more flexible, and could save user code in some circumstances, with little cost to the implementation.

Sounds good to me now.

I was also surprised by introduction of a "capture" action by itself, and look forward to documentation for it, as things progress. I can guess about store_capture and append_capture from the definition of extend_capture.
History
Date User Action Args
2021-01-28 05:18:25v+pythonsetrecipients: + v+python, rhettinger, r.david.murray, paul.j3, monkeyman79
2021-01-28 05:18:25v+pythonsetmessageid: <1611811105.57.0.598904641042.issue43046@roundup.psfhosted.org>
2021-01-28 05:18:25v+pythonlinkissue43046 messages
2021-01-28 05:18:25v+pythoncreate