[Python-ideas] + operator on generators

Mike Miller python-ideas at mgmiller.net
Tue Jun 27 17:13:29 EDT 2017


On 2017-06-27 14:05, Brendan Barnwell wrote:
>      Even if this "chain" only took one argument, you could do 
> it1.chain(it2).chain(it3).  But I don't see why it couldn't take multiple 
> arguments as you suggest.
> 

Right, and as I forgot to mention, making it a built-in is an uphill battle with 
higher backward compatibility concerns.


More information about the Python-ideas mailing list