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 paul.j3
Recipients paul.j3, rhettinger, roganartu
Date 2021-02-09.03:54:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612842876.29.0.173492667393.issue43160@roundup.psfhosted.org>
In-reply-to
Content
It's not clear what your patch does that the existing 'store_const' doesn't.   Even 'append_const' does the same except for a extra level of list/tuple nesting.

But I'll admit that I didn't much need for  'extend' addition, but others, including the original developer liked it.

I suspect users of your addition will get a surprise if they aren't careful to provide a list or tuple 'const':

    const='foobar'
    const=str
History
Date User Action Args
2021-02-09 03:54:36paul.j3setrecipients: + paul.j3, rhettinger, roganartu
2021-02-09 03:54:36paul.j3setmessageid: <1612842876.29.0.173492667393.issue43160@roundup.psfhosted.org>
2021-02-09 03:54:36paul.j3linkissue43160 messages
2021-02-09 03:54:36paul.j3create