[Python-ideas] Use the plus operator to concatenate iterators

Alexander Belopolsky alexander.belopolsky at gmail.com
Wed Aug 5 03:17:53 CEST 2015


On Tue, Aug 4, 2015 at 9:06 PM, Chris Angelico <rosuav at gmail.com> wrote:
> (I'm not sure it applies to sequence protocol,
> incidentally; it's specific to lists and tuples.)

https://docs.python.org/3/c-api/sequence.html#c.PySequence_Concat


More information about the Python-ideas mailing list